llvm-project/libcxx/test/std/utilities/memory/default.allocator
Stephan T. Lavavej e57a2a3144 [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).

llvm-svn: 287381
2016-11-18 21:54:31 +00:00
..
allocator.globals
allocator.members [libcxx] [test] D26813: allocator<const T> is non-Standard. 2016-11-18 21:54:31 +00:00
allocator_pointers.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00
allocator_types.pass.cpp [libcxx] [test] D26813: allocator<const T> is non-Standard. 2016-11-18 21:54:31 +00:00
allocator_void.pass.cpp