You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/test/std/utilities/function.objects/func.wrap
Eric Fiselier b05f0599c0 Fix std::function allocator constructors in C++03.
The C++03 version of function tried to default construct the allocator
in the uses allocator constructors when no allocation was performed. These
constructors would fail to compile when used with allocators that had no
default constructor.


git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@239708 91177308-0d34-0410-b5e6-96231b3b80d8
11 years ago
..
func.wrap.badcall Move test into test/std subdirectory. 11 years ago
func.wrap.func Fix std::function allocator constructors in C++03. 11 years ago
nothing_to_do.pass.cpp Move test into test/std subdirectory. 11 years ago