llvm-project/libcxx/test/std/containers/associative/multimap/multimap.modifiers
Eric Fiselier f2f2a6395f Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER.
This is a huge cleanup that helps make the libc++ test suite more portable.
Patch from STL@microsoft.com. Thanks STL!

llvm-svn: 272716
2016-06-14 21:31:42 +00:00
..
clear.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00
emplace.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00
emplace_hint.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00
erase_iter.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00
erase_iter_iter.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00
erase_key.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00
insert_allocator_requirements.pass.cpp Fix LWG issue 2345 - Add insert(value_type&&) 2016-04-18 01:40:45 +00:00
insert_cv.pass.cpp Fix LWG issue 2345 - Add insert(value_type&&) 2016-04-18 01:40:45 +00:00
insert_initializer_list.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00
insert_iter_cv.pass.cpp Fix LWG issue 2345 - Add insert(value_type&&) 2016-04-18 01:40:45 +00:00
insert_iter_iter.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00
insert_iter_rv.pass.cpp Fix LWG issue 2345 - Add insert(value_type&&) 2016-04-18 01:40:45 +00:00
insert_rv.pass.cpp Fix LWG issue 2345 - Add insert(value_type&&) 2016-04-18 01:40:45 +00:00