Re: Inconsistencies with associative/unordered containers

2020-07-07 Thread Jonathan Wakely via Gcc-patches
On 03/07/20 08:37 +0200, François Dumont via Libstdc++ wrote: Hi     Here is the patch to fix the 2nd point of this mail below.     I prefer to qualify _Rb_tree_impl move constructor based on std::is_nothrow_move_constructible<_Base_key_compare> so that the logic of copying _Compare ra

Re: Inconsistencies with associative/unordered containers

2020-07-02 Thread François Dumont via Gcc-patches
Hi     Here is the patch to fix the 2nd point of this mail below.     I prefer to qualify _Rb_tree_impl move constructor based on std::is_nothrow_move_constructible<_Base_key_compare> so that the logic of copying _Compare rather than moving it stays an implementation detail of _Rb_tree_key_co