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
Eric Fiselier 83de1012a9 Remove non-ascii characters
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@242197 91177308-0d34-0410-b5e6-96231b3b80d8
10 years ago
..
arithmetic.operations 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. 11 years ago
bind [libcxx] LWG2420 bits for bind<void> - Patch from K-Ballo 10 years ago
bitwise.operations Get tests running with warnings. Fix warnings in headers and tests 11 years ago
comparisons Missed one comparison test in r225375 11 years ago
func.def Move test into test/std subdirectory. 11 years ago
func.invoke Remove non-ascii characters 10 years ago
func.memfn Move test into test/std subdirectory. 11 years ago
func.require Move test into test/std subdirectory. 11 years ago
func.wrap Fix std::function allocator constructors in C++03. 11 years ago
logical.operations 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. 11 years ago
negators 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. 11 years ago
refwrap Move test into test/std subdirectory. 11 years ago
unord.hash Cleaning up the test suite; remove some includes of non-standard file <__config> 11 years ago
version.pass.cpp Move test into test/std subdirectory. 11 years ago