[libc++] static_assert that rebinding the allocator works as expected
authorNikolas Klauser <nikolasklauser@berlin.de>
Sat, 8 Oct 2022 20:17:32 +0000 (22:17 +0200)
committerNikolas Klauser <nikolasklauser@berlin.de>
Tue, 11 Oct 2022 14:47:42 +0000 (16:47 +0200)
commitd7d586e5a7d71082200231a7cd407cae50924f9c
tree7fb4b607ba2093f6decadb647abb12aeb59f75fd
parent42d80de82a63a252901aca8b08184471c9f27ccf
[libc++] static_assert that rebinding the allocator works as expected

Reviewed By: ldionne, #libc

Spies: libcxx-commits

Differential Revision: https://reviews.llvm.org/D133638
14 files changed:
libcxx/include/__functional/function.h
libcxx/include/__hash_table
libcxx/include/__memory/allocator_traits.h
libcxx/include/__tree
libcxx/include/deque
libcxx/include/ext/hash_map
libcxx/include/forward_list
libcxx/include/list
libcxx/include/map
libcxx/include/set
libcxx/include/string
libcxx/include/unordered_map
libcxx/include/unordered_set
libcxx/include/vector