llvm-project/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared
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
..
util.smartptr.getdeleter
util.smartptr.shared.assign Fix for LWG Issue 2415: Inconsistency between unique_ptr and shared_ptr 2015-05-10 13:59:45 +00:00
util.smartptr.shared.cast
util.smartptr.shared.cmp
util.smartptr.shared.const Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00
util.smartptr.shared.create Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00
util.smartptr.shared.dest
util.smartptr.shared.io
util.smartptr.shared.mod
util.smartptr.shared.obs
util.smartptr.shared.spec
test_deleter.h Remove trailing whitespace in test suite. Approved by Marshall Clow. 2016-06-01 21:35:39 +00:00
types.pass.cpp