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
fd838227411f3ce1fa348f1d334266231bbcc84d
clang-p2996
/
libcxx
/
test
/
std
/
utilities
/
function.objects
/
bind
/
func.bind
/
func.bind.bind
History
Eric Fiselier
fd83822741
Fix unused parameters and variables
...
llvm-svn: 290459
2016-12-23 23:37:52 +00:00
..
bind_return_type.pass.cpp
Guard libc++ specific tests SFINAE on std::bind's call operator. Patch from STL@microsoft.com
2016-07-24 23:08:21 +00:00
copy.pass.cpp
…
invoke_function_object.pass.cpp
Fix unused parameters and variables
2016-12-23 23:37:52 +00:00
invoke_int_0.pass.cpp
…
invoke_lvalue.pass.cpp
Mark LWG issue 2545 as complete. Add extra tests
2016-06-02 05:44:14 +00:00
invoke_rvalue.pass.cpp
…
invoke_void_0.pass.cpp
…
nested.pass.cpp
[libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 7/7.
2016-12-08 21:38:57 +00:00
PR23141_invoke_not_constexpr.pass.cpp
…