You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/test/std/utilities/memory/default.allocator
Stephan T. Lavavej cb9d881ca0 [libcxx] [test] D26813: allocator<const T> is non-Standard.
N4582 17.6.3.5 [allocator.requirements] says that allocators are given
cv-unqualified object types, and N4582 20.9.9 [default.allocator]
implies that allocator<const T> is ill-formed (due to colliding
address() overloads). Therefore, tests for allocator<const T>
should be marked as libcxx-specific (if not removed outright).

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@287381 91177308-0d34-0410-b5e6-96231b3b80d8
9 years ago
..
allocator.globals Move test into test/std subdirectory. 11 years ago
allocator.members [libcxx] [test] D26813: allocator<const T> is non-Standard. 9 years ago
allocator_pointers.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 10 years ago
allocator_types.pass.cpp [libcxx] [test] D26813: allocator<const T> is non-Standard. 9 years ago
allocator_void.pass.cpp Move test into test/std subdirectory. 11 years ago