This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
llvm-project
Watch
0
Star
0
Fork
0
You've already forked llvm-project
mirror of
https://github.com/llvm/llvm-project.git
synced
2025-05-03 02:46:08 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
llvm-project
/
libcxx
/
test
/
std
/
utilities
/
function.objects
History
Marshall Clow
3b72a6ef63
Fix LWG#2489: mem_fn() should be noexcept
...
llvm-svn: 251257
2015-10-25 20:12:16 +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
Cleanup <__functional_03>
2015-07-22 04:14:38 +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.invoke
Remove non-ascii characters
2015-07-14 20:45:48 +00:00
func.memfn
Fix LWG#2489: mem_fn() should be noexcept
2015-10-25 20:12:16 +00:00
func.require
Checking more __invoke tests.
2015-07-28 01:25:36 +00:00
func.wrap
[libcxx] Fix PR23589: std::function doesn't recognize null pointer to varargs function.
2015-08-18 19:41:51 +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
[libcxx] Rewrite C++03 __invoke.
2015-08-26 20:15:02 +00:00
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
…