llvm-project/libcxx/test/std/containers/associative/map
Marshall Clow 3b8669edbf Fix static assert problem on gcc; remove XFAILs that I put in in r274250
llvm-svn: 274285
2016-06-30 22:05:45 +00:00
..
map.access Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00
map.cons Fix static assert problem on gcc; remove XFAILs that I put in in r274250 2016-06-30 22:05:45 +00:00
map.modifiers Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00
map.ops Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00
map.special Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00
allocator_mismatch.fail.cpp Add static_assert to set/multiset/map/multimap/forward_list/deque that the allocator's value_type match the container's value_type. vector/unordered/list/string already do this. Add tests for all the containers to verify this. 2015-11-26 01:24:04 +00:00
compare.pass.cpp Fix = that should have been == in test. Thanks to STL@microsoft for the catch 2016-04-27 01:46:43 +00:00
incomplete_type.pass.cpp Fix static assert problem on gcc; remove XFAILs that I put in in r274250 2016-06-30 22:05:45 +00:00
types.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00