[patch] : Add operator=(pair) to tr1::tuple

chris jefferson caj@cs.york.ac.uk
Fri Sep 23 20:07:00 GMT 2005


This patch adds an operator=(std::pair) to tr1::tuple, which is
specified in TR1 but was previously missing. The most obvious problem
this causes (and how I noticed it) is that you can't use tr1::tie with
std::pairs without it.

Also inlines a few functions which often optimise away to no code when
inlined.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: changelog-tuple
Type: application/text
Size: 300 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/libstdc++/attachments/20050923/afecaecd/attachment.bin>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: patch-tuple
URL: <http://gcc.gnu.org/pipermail/libstdc++/attachments/20050923/afecaecd/attachment.ksh>


More information about the Libstdc++ mailing list