Re: [PATCH] Fix _GLIBCXX_DEBUG container allocator aware move constructors

2021-03-28 Thread François Dumont via Gcc-patches
On 27/03/21 10:07 pm, Jonathan Wakely wrote: On 26/03/21 21:41 +0100, François Dumont via Libstdc++ wrote: I review the allocator aware move constructors of _GLIBCXX_DEBUG containers. I think the recently added __gnu_debug basic_string one is also missing the rvalue reference, no ? You mean

Re: [PATCH] Fix _GLIBCXX_DEBUG container allocator aware move constructors

2021-03-27 Thread Jonathan Wakely via Gcc-patches
On 26/03/21 21:41 +0100, François Dumont via Libstdc++ wrote: I review the allocator aware move constructors of _GLIBCXX_DEBUG containers. I think the recently added __gnu_debug basic_string one is also missing the rvalue reference, no ? You mean is_nothrow_constructible instead of is_nothrow