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, libstdc++/64239] Use std::swap instead of swap in regex


On 08/01/15 11:44 -0800, Tim Shen wrote:
On Wed, Jan 7, 2015 at 4:39 AM, Jonathan Wakely <jwakely@redhat.com> wrote:
No blank line here in the ChangeLog.

Done.

This is swapping iterators, which can be user-defined types, so it
should support finding a swap function by ADL, i.e.

Done.

Also, there should be a new test, since apparently we don't have any
test that tries to call match_results::swap(match_results&).

Done.

Thanks - OK for trunk and 4.9.


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