This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: [c++0x] n2844 - remove swap for rvalues


HI,
> http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2009/n2844.html
> removed support for swapping rvalues and inserting into rvalue
> ostreams, this patch implements it in the library.
>
> Tested x86_64 linux, OK for trunk?
>   
Yes, it's ok. Please double check that in a thread testcase you are not
inadvertently removing the test variable.

Thanks!
Paolo.


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