llvm-project/libcxx/include/__memory
Louis Dionne 157bbe6aea [libc++] Remove the ability to use the std::nullptr_t emulation in C++03 mode
Back in https://reviews.llvm.org/D109459, we stopped using the C++03
emulation for std::nullptr_t by default, which was an ABI break. We
still left a knob for users to turn it back on if they were broken by
the change, with a note that we would remove that knob after one release.

The time has now come to remove the knob and clean up the std::nullptr_t
emulation.

Differential Revision: https://reviews.llvm.org/D114786
2022-02-07 17:51:05 -05:00
..
addressof.h [libc++] Normalize all our '#pragma GCC system_header', and regression-test. 2022-02-04 12:27:19 -05:00
allocation_guard.h [libc++] Replace includes of <utility> with specific detail headers 2022-02-04 17:08:32 -05:00
allocator.h [libc++] Normalize all our '#pragma GCC system_header', and regression-test. 2022-02-04 12:27:19 -05:00
allocator_arg_t.h [libc++] Normalize all our '#pragma GCC system_header', and regression-test. 2022-02-04 12:27:19 -05:00
allocator_traits.h [libc++] Normalize all our '#pragma GCC system_header', and regression-test. 2022-02-04 12:27:19 -05:00
auto_ptr.h [libc++] Remove the ability to use the std::nullptr_t emulation in C++03 mode 2022-02-07 17:51:05 -05:00
compressed_pair.h [libc++] Replace includes of <utility> with specific detail headers 2022-02-04 17:08:32 -05:00
concepts.h [libc++] Normalize all our '#pragma GCC system_header', and regression-test. 2022-02-04 12:27:19 -05:00
construct_at.h [libc++] Replace includes of <utility> with specific detail headers 2022-02-04 17:08:32 -05:00
pointer_traits.h [libc++] Normalize all our '#pragma GCC system_header', and regression-test. 2022-02-04 12:27:19 -05:00
ranges_construct_at.h [libc++] Normalize all our '#pragma GCC system_header', and regression-test. 2022-02-04 12:27:19 -05:00
ranges_uninitialized_algorithms.h [libc++] Normalize all our '#pragma GCC system_header', and regression-test. 2022-02-04 12:27:19 -05:00
raw_storage_iterator.h [libc++] Replace includes of <utility> with specific detail headers 2022-02-04 17:08:32 -05:00
shared_ptr.h [libc++] Replace includes of <utility> with specific detail headers 2022-02-04 17:08:32 -05:00
temporary_buffer.h [libc++] Replace includes of <utility> with specific detail headers 2022-02-04 17:08:32 -05:00
uninitialized_algorithms.h [libc++] Replace includes of <utility> with specific detail headers 2022-02-04 17:08:32 -05:00
unique_ptr.h [libc++] Replace includes of <utility> with specific detail headers 2022-02-04 17:08:32 -05:00
uses_allocator.h [libc++] Normalize all our '#pragma GCC system_header', and regression-test. 2022-02-04 12:27:19 -05:00
voidify.h [libc++][ranges] Implement `uninitialized_value_construct{,_n}` and `uninitialized_fill{,_n}`. 2021-12-20 00:24:27 -08:00