[Bug c++/40173] Calling a constructor from another constructor of the same class

2009-05-16 Thread paolo dot carlini at oracle dot com
--- Comment #2 from paolo dot carlini at oracle dot com 2009-05-16 18:38 --- Note, in the next C++ Standard, what the user wants will be possible, see, e.g.: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n1986.pdf -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40173

[Bug c++/40173] Calling a constructor from another constructor of the same class

2009-05-16 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2009-05-16 17:33 --- >The call doesn't seem to have any effect at all. Yes it does, it creates another object and calls that constructor. -- pinskia at gcc dot gnu dot org changed: What|Removed |A