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
b5ca00a58de52d33c1935f49ce104f9d90cda67c
clang-p2996
/
libcxx
/
test
/
std
/
utilities
/
function.objects
History
Marshall Clow
0aa1ccb0d9
Implement LWG#2385; remove the allocator-aware std::function::assign call. It was useless, and didn't actually *do anything* with the allocator. Now it's gone. On the off chance that someone is mistakenly calling it, it's only gone in C++1z
...
llvm-svn: 258697
2016-01-25 17:29:55 +00:00
..
arithmetic.operations
…
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
…
func.def
…
func.invoke
Fix typo I just introduced.
2015-11-10 16:10:17 +00:00
func.memfn
Fix LWG#2489: mem_fn() should be noexcept
2015-10-25 20:12:16 +00:00
func.require
Add missing license headers
2016-01-19 21:52:04 +00:00
func.wrap
Implement LWG#2385; remove the allocator-aware std::function::assign call. It was useless, and didn't actually *do anything* with the allocator. Now it's gone. On the off chance that someone is mistakenly calling it, it's only gone in C++1z
2016-01-25 17:29:55 +00:00
logical.operations
…
negators
…
refwrap
Mark some test XFAIL for GCC 4.9 due to missing is_trivial* traits
2016-01-20 04:59:57 +00:00
unord.hash
One more missing std:: qualification from Jonathan
2016-01-12 19:15:10 +00:00
version.pass.cpp
…