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
cd2de416eb09a67bfe3e9b7df47e413115c63e51
clang-p2996
/
libcxx
/
test
/
utilities
/
function.objects
/
bind
/
func.bind
/
func.bind.bind
History
Howard Hinnant
9dbbf8dece
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
...
llvm-svn: 185297
2013-07-01 00:01:51 +00:00
..
copy.pass.cpp
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
invoke_int_0.pass.cpp
…
invoke_lvalue.pass.cpp
…
invoke_rvalue.pass.cpp
…
invoke_void_0.pass.cpp
…
nested.pass.cpp
Fix bind by making _is_valid_bind_return more robust. It should return false instead of give a compile time error, always. The problem was down in ____mu_return, the version that handles nested bind objects. This fixes
http://llvm.org/bugs/show_bug.cgi?id=16343
2013-06-30 19:48:15 +00:00