Eric Fiselier b05f0599c0 Fix std::function allocator constructors in C++03. 10 years ago
..
arithmetic.operations 87d03942c4 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
bind 75fdf0ea7c Get tests running with warnings. Fix warnings in headers and tests 10 years ago
bitwise.operations 75fdf0ea7c Get tests running with warnings. Fix warnings in headers and tests 10 years ago
comparisons 58d4e04168 Missed one comparison test in r225375 10 years ago
func.def a90c6dd460 Move test into test/std subdirectory. 10 years ago
func.memfn a90c6dd460 Move test into test/std subdirectory. 10 years ago
func.require a90c6dd460 Move test into test/std subdirectory. 10 years ago
func.wrap b05f0599c0 Fix std::function allocator constructors in C++03. 10 years ago
logical.operations 87d03942c4 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
negators 87d03942c4 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
refwrap a90c6dd460 Move test into test/std subdirectory. 10 years ago
unord.hash 02f6369a6b Cleaning up the test suite; remove some includes of non-standard file <__config> 10 years ago
version.pass.cpp a90c6dd460 Move test into test/std subdirectory. 10 years ago