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
2d15f15f285fd0dee552ba7f91bb4daf244cbdf4
clang-p2996
/
libcxx
/
test
/
std
/
utilities
/
function.objects
History
Eric Fiselier
2d15f15f28
[libcxx] LWG2420 bits for bind<void> - Patch from K-Ballo
...
Implemented LWG2420 bits for bind<void> Review:
http://reviews.llvm.org/D10997
llvm-svn: 241967
2015-07-10 23:29:18 +00:00
..
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.
2015-01-07 21:51:30 +00:00
bind
[libcxx] LWG2420 bits for bind<void> - Patch from K-Ballo
2015-07-10 23:29:18 +00:00
bitwise.operations
Get tests running with warnings. Fix warnings in headers and tests
2015-02-05 20:28:37 +00:00
comparisons
Missed one comparison test in r225375
2015-01-07 20:40:28 +00:00
func.def
…
func.memfn
…
func.require
…
func.wrap
Fix std::function allocator constructors in C++03.
2015-06-14 23:30:09 +00:00
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.
2015-01-07 21:51:30 +00:00
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.
2015-01-07 21:51:30 +00:00
refwrap
…
unord.hash
Cleaning up the test suite; remove some includes of non-standard file <__config>
2015-01-18 19:05:51 +00:00
version.pass.cpp
…