This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
14f94de1ee6487f2f254709383258aaa095b4cfe
clang-p2996
/
libcxx
/
test
/
std
/
utilities
/
function.objects
/
bitwise.operations
History
Eric Fiselier
c281a7a19f
Get tests running with warnings. Fix warnings in headers and tests
...
llvm-svn: 228344
2015-02-05 20:28:37 +00:00
..
bit_and.pass.cpp
…
bit_not.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.
2015-01-07 21:51:30 +00:00
bit_or.pass.cpp
…
bit_xor.pass.cpp
Get tests running with warnings. Fix warnings in headers and tests
2015-02-05 20:28:37 +00:00
transparent.pass.cpp
…