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