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/function.objects/negators
Louis Dionne 2495dabf93 [libcxx] Fix the binder deprecation tests on Clang 5.
Tested on Docker containers with Clang 4, 5 and 6.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@342855 91177308-0d34-0410-b5e6-96231b3b80d8
6 years ago
..
binary_negate.depr_in_cxx17.fail.cpp [libcxx] Fix the binder deprecation tests on Clang 5. 6 years ago
binary_negate.pass.cpp In C++03, a bunch of the arithmetic/logical/comparison functors (such as add/equal_to/logical_or) were defined as deriving from binary_funtion. That restriction was removed in C++11, but the tests still check for this. Change the test to look for the embedded types first_argument/second_argument/result_type. No change to the library, just more standards-compliant tests. Thanks to STL @ Microsoft for the suggestion. 10 years ago
not1.depr_in_cxx17.fail.cpp [libcxx] Fix the binder deprecation tests on Clang 5. 6 years ago
not1.pass.cpp Move test into test/std subdirectory. 10 years ago
not2.depr_in_cxx17.fail.cpp [libcxx] Fix the binder deprecation tests on Clang 5. 6 years ago
not2.pass.cpp Move test into test/std subdirectory. 10 years ago
unary_negate.depr_in_cxx17.fail.cpp [libcxx] Fix the binder deprecation tests on Clang 5. 6 years ago
unary_negate.pass.cpp In C++03, a bunch of the arithmetic/logical/comparison functors (such as negate/bit_not.pass/logical_not) were defined as deriving from unary_funtion. That restriction was removed in C++11, but the tests still check for this. Change the test to look for the embedded types first_argument/second_argument/result_type. No change to the library, just more standards-compliant tests. Thanks to STL @ Microsoft for the suggestion. 10 years ago