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
dd9bfb2c1a2ad53fa3f8dfe3d8a6aa94de694297
clang-p2996
/
libcxx
/
test
/
utilities
/
function.objects
History
Marshall Clow
c3deeb5f89
Found six (nmostly) identical files named 'test_allocator.h' in the libcxx test suite. Moved one to /support, made it a superset, and removed all but one of the others, and iupdated all the includes. Left the odd one (thread/futures/test_allocator.h) for later.
...
llvm-svn: 196174
2013-12-03 00:18:10 +00:00
..
arithmetic.operations
Implement n3789; constexpr support in named function objects
2013-09-28 19:06:12 +00:00
bind
The bind and function functor constructors and assignment operators were overly general and getting confused with the copy constructor and copy assignment operators. Constrained them. This fixes
http://llvm.org/bugs/show_bug.cgi?id=16385
2013-07-01 00:01:51 +00:00
bitwise.operations
Implement n3789; constexpr support in named function objects
2013-09-28 19:06:12 +00:00
comparisons
Implement n3789; constexpr support in named function objects
2013-09-28 19:06:12 +00:00
func.def
…
func.memfn
…
func.require
…
func.wrap
Found six (nmostly) identical files named 'test_allocator.h' in the libcxx test suite. Moved one to /support, made it a superset, and removed all but one of the others, and iupdated all the includes. Left the odd one (thread/futures/test_allocator.h) for later.
2013-12-03 00:18:10 +00:00
logical.operations
Implement n3789; constexpr support in named function objects
2013-09-28 19:06:12 +00:00
negators
…
refwrap
…
unord.hash
LWG Issue 2148: Hashing Enums
2013-09-03 17:55:32 +00:00
version.pass.cpp
…