This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
libcxx
/
test
/
utilities
/
function.objects
History
Marshall Clow
5f7c2db2ce
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
...
llvm-svn: 206623
2014-04-18 17:23:36 +00:00
..
arithmetic.operations
Add license headers to a bunch of libc++ files that were missing them. No functionality change. Fixes 18291. Thanks to Nico for the bug report and the patch.
2014-01-16 16:58:45 +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
Add license headers to a bunch of libc++ files that were missing them. No functionality change. Fixes 18291. Thanks to Nico for the bug report and the patch.
2014-01-16 16:58:45 +00:00
comparisons
Add license headers to a bunch of libc++ files that were missing them. No functionality change. Fixes 18291. Thanks to Nico for the bug report and the patch.
2014-01-16 16:58:45 +00:00
func.def
…
func.memfn
Const qualify __mem_fn call operator
2014-01-22 22:56:52 +00:00
func.require
Fix for PR17606 - result_of (and INVOKE) works incorrectly for member function pointers with ref qualifiers. Also a drive-by fix for common_type in C++03 mode. Thanks to Michel Morin for the bug report and the proposed fix.
2014-02-10 17:40:28 +00:00
func.wrap
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
logical.operations
Add license headers to a bunch of libc++ files that were missing them. No functionality change. Fixes 18291. Thanks to Nico for the bug report and the patch.
2014-01-16 16:58:45 +00:00
negators
…
refwrap
…
unord.hash
LWG Issue 2148: Hashing Enums
2013-09-03 17:55:32 +00:00
version.pass.cpp
…