[Bug libstdc++/51183] pair piecewise_construct_t constructor copies

chris at bubblescope dot net gcc-bugzilla@gcc.gnu.org
Thu Nov 17 09:18:00 GMT 2011


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

Chris Jefferson <chris at bubblescope dot net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |chris at bubblescope dot
                   |                            |net

--- Comment #1 from Chris Jefferson <chris at bubblescope dot net> 2011-11-17 09:11:02 UTC ---
This was necessary because (I believe) it is impossible to implement the
piecewise_construct_t constructor without compiler support for forwarding
constructors. Last time I checked, they hadn't been implemented yet.

If they have been implemented, I can supply the code to make this work
correctly.



More information about the Gcc-bugs mailing list