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


2009/5/17 Jonathan Wakely:
> 2009/5/17 Paolo Carlini:
>> 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.
>
> Sure, I'll put that back. ?What exactly is the point of the unused
> test variables?

Should I add one to testsuite/30_threads/thread/swap/2.cc as well?
After removing the rvalue swap tests, that testcase is almost
identical to 1.cc, except for the test variable.


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