You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Eric Fiselier
fa2ad08366
Merging r258196:
------------------------------------------------------------------------
r258196 | ericwf | 2016-01-19 14:52:04 -0700 (Tue, 19 Jan 2016) | 1 line
Add missing license headers
------------------------------------------------------------------------
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/branches/release_38@258464 91177308-0d34-0410-b5e6-96231b3b80d8
|
10 years ago |
| .. |
|
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.
|
11 years ago |
|
bind
|
Cleanup <__functional_03>
|
10 years ago |
|
bitwise.operations
|
Get tests running with warnings. Fix warnings in headers and tests
|
11 years ago |
|
comparisons
|
Missed one comparison test in r225375
|
11 years ago |
|
func.def
|
Move test into test/std subdirectory.
|
11 years ago |
|
func.invoke
|
Fix typo I just introduced.
|
10 years ago |
|
func.memfn
|
Fix LWG#2489: mem_fn() should be noexcept
|
10 years ago |
|
func.require
|
Merging r258196:
|
10 years ago |
|
func.wrap
|
Merging r258196:
|
10 years ago |
|
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.
|
11 years ago |
|
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.
|
11 years ago |
|
refwrap
|
[libcxx] Rewrite C++03 __invoke.
|
10 years ago |
|
unord.hash
|
One more missing std:: qualification from Jonathan
|
10 years ago |
|
version.pass.cpp
|
Move test into test/std subdirectory.
|
11 years ago |