On Fri, 25 Apr 2025 at 09:13, Tomasz Kaminski wrote:
>
>
>
> On Fri, Apr 25, 2025 at 12:19 AM Jonathan Wakely wrote:
>>
>> In r10-452-ge625ccc21a91f3 I noted that we don't have an accessor for
>> invoking _M_impl._M_key_compare in the associative containers. That
>> meant that the static assertio
On Fri, Apr 25, 2025 at 12:19 AM Jonathan Wakely wrote:
> In r10-452-ge625ccc21a91f3 I noted that we don't have an accessor for
> invoking _M_impl._M_key_compare in the associative containers. That
> meant that the static assertions to check for valid comparison functions
> were squirrelled away
In r10-452-ge625ccc21a91f3 I noted that we don't have an accessor for
invoking _M_impl._M_key_compare in the associative containers. That
meant that the static assertions to check for valid comparison functions
were squirrelled away in _Rb_tree::_S_key instead. As Jason noted in
https://gcc.gnu.org