[patch] libstdc++/61947 fix constructor ambiguity in std::tuple

Jonathan Wakely jwakely@redhat.com
Tue Jul 29 17:34:00 GMT 2014


This adds a tag parameter to the tuple base class constructors that
are used to implement uses-allocator construction but currently only
have a single parameter, ensuring they are not viable candidates when
calling a single-argument constructor.

Tested x86_64-linux, committed to trunk. I plan to fix this on the
release branches too at some point.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch.txt
Type: text/x-patch
Size: 4746 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/libstdc++/attachments/20140729/d290287d/attachment.bin>


More information about the Libstdc++ mailing list