.. |
bit_and.pass.cpp
|
27a1a2c84a
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 |
bit_not.pass.cpp
|
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 |
bit_or.pass.cpp
|
27a1a2c84a
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 |
bit_xor.pass.cpp
|
75fdf0ea7c
Get tests running with warnings. Fix warnings in headers and tests
|
10 years ago |
transparent.pass.cpp
|
a90c6dd460
Move test into test/std subdirectory.
|
10 years ago |