This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


chris jefferson wrote:

>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.
>
Thanks Chris: I'm going to commit the patch both to mainline and 4_0-branch.

Paolo.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]