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
1fbe1a8ba7672cbccd95c8a76437ef8d2c6249a2
clang-p2996
/
libcxx
/
test
/
utilities
/
function.objects
/
func.wrap
/
func.wrap.func
/
func.wrap.func.con
History
Marshall Clow
38cae6330b
Fix libc++ bug
#20039
: 'Constructing std::function from empty compatible std::function results in half-empty state' Thanks to Agustin Berge for the report, and for his and Eric Fiselier's work on a fix.
...
llvm-svn: 212070
2014-06-30 21:27:51 +00:00
..
alloc_F.pass.cpp
…
alloc_function.pass.cpp
Bug
#19473
. If you pass an allocator to std::function, we should use that allocator, not construct one from scratch. Add a test to make sure
2014-04-18 17:23:36 +00:00
alloc_nullptr.pass.cpp
…
alloc_rfunction.pass.cpp
…
alloc.pass.cpp
…
copy_assign.pass.cpp
…
copy.pass.cpp
Fix libc++ bug
#20039
: 'Constructing std::function from empty compatible std::function results in half-empty state' Thanks to Agustin Berge for the report, and for his and Eric Fiselier's work on a fix.
2014-06-30 21:27:51 +00:00
default.pass.cpp
…
F_assign.pass.cpp
…
F_incomplete.pass.cpp
…
F.pass.cpp
…
no-variadics.pass.cpp
Fix libc++ bug
#20039
: 'Constructing std::function from empty compatible std::function results in half-empty state' Thanks to Agustin Berge for the report, and for his and Eric Fiselier's work on a fix.
2014-06-30 21:27:51 +00:00
nullptr_t_assign.pass.cpp
…
nullptr_t.pass.cpp
…