summaryrefslogtreecommitdiff
path: root/libcxx/include/__memory/uses_allocator_construction.h
AgeCommit message (Expand)Author
2025-08-05[libc++] Remove SFINAE on __tuple_impl constructors (#151654)Nikolas Klauser
2025-05-15[libc++] Avoid type-punning between __value_type and pair (#134819)Nikolas Klauser
2024-08-01[libc++] Fix missing declarations of uses_allocator_construction_args (#67044)Shivam
2024-04-19[libc++] Fix usage of 'exclude_from_explicit_instantiation' attribute on loca...Krystian Stasiowski
2024-04-01[libc++] Refactor __tuple_like and __pair_like (#85206)Nikolas Klauser
2023-10-09[libc++] LWG 3821 uses_allocator_construction_args should have overload for p...Hui
2023-07-06Fixing conflicting macro definitions between curses.h and the standard library.Nicole Rabjohn
2023-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser
2022-12-27[libc++] Granularize <type_traits> includes in <iterator>Nikolas Klauser
2022-10-06[libc++] Implement P0591R4 (Utility functions to implement uses-allocator con...Nikolas Klauser
2022-10-02Revert "[libc++] Implement P0591R4 (Utility functions to implement uses-alloc...Vitaly Buka
2022-10-01[libc++] Implement P0591R4 (Utility functions to implement uses-allocator con...Nikolas Klauser