[Bug c++/60041] New: Strange behavior
: unassigned at gcc dot gnu.org Reporter: qroc.work at gmail dot com Created attachment 32025 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32025&action=edit binary file #include using namespace std; struct Foo { Foo( int i ) : i_( i ) { } int i_; }; voi
[Bug c++/60041] Strange behavior
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60041 --- Comment #3 from qRoC --- cout