The equality operators for _ExtPtr_allocator are defined as non-const member functions, which causes ambiguities in C++20 due to the synthesized operator!= candidates. They should always have been const. The _Pointer_adapter class template has both value_type and element_type members, which makes readable_traits<_Pointer_adapter<T>> ambiguous. The intended workaround is to add a specialization of readable_traits. * include/ext/extptr_allocator.h (_ExtPtr_allocator::operator==) (_ExtPtr_allocator::operator!=): Add missing const qualifiers. * include/ext/pointer.h (readable_traits<_Pointer_adapter<S>>): Add partial specialization to disambiguate the two constrained specializations. From-SVN: r280067
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| pb_ds | Loading commit data... | |
| algorithm | Loading commit data... | |
| aligned_buffer.h | Loading commit data... | |
| alloc_traits.h | Loading commit data... | |
| atomicity.h | Loading commit data... | |
| bitmap_allocator.h | Loading commit data... | |
| cast.h | Loading commit data... | |
| cmath | Loading commit data... | |
| codecvt_specializations.h | Loading commit data... | |
| concurrence.h | Loading commit data... | |
| debug_allocator.h | Loading commit data... | |
| enc_filebuf.h | Loading commit data... | |
| extptr_allocator.h | Loading commit data... | |
| functional | Loading commit data... | |
| iterator | Loading commit data... | |
| malloc_allocator.h | Loading commit data... | |
| memory | Loading commit data... | |
| mt_allocator.h | Loading commit data... | |
| new_allocator.h | Loading commit data... | |
| numeric | Loading commit data... | |
| numeric_traits.h | Loading commit data... | |
| pod_char_traits.h | Loading commit data... | |
| pointer.h | Loading commit data... | |
| pool_allocator.h | Loading commit data... | |
| random | Loading commit data... | |
| random.tcc | Loading commit data... | |
| rb_tree | Loading commit data... | |
| rc_string_base.h | Loading commit data... | |
| rope | Loading commit data... | |
| ropeimpl.h | Loading commit data... | |
| slist | Loading commit data... | |
| sso_string_base.h | Loading commit data... | |
| stdio_filebuf.h | Loading commit data... | |
| stdio_sync_filebuf.h | Loading commit data... | |
| string_conversions.h | Loading commit data... | |
| throw_allocator.h | Loading commit data... | |
| type_traits.h | Loading commit data... | |
| typelist.h | Loading commit data... | |
| vstring.h | Loading commit data... | |
| vstring.tcc | Loading commit data... | |
| vstring_fwd.h | Loading commit data... | |
| vstring_util.h | Loading commit data... |