[Bug c++/46732] Valgrind emits false(?) alarms on boost::make_shared

redi at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Nov 30 20:33:00 GMT 2010


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46732

--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> 2010-11-30 20:27:48 UTC ---
there was a bug in a previous version of gcc where it wouldn't bind an rvalue
reference directly, and so std::forward returned a reference to a temporary

that's fixed in more recent versions, I'll try to find it again and see if it
was meant to be fixed in 4.4.4



More information about the Gcc-bugs mailing list