llvm-project/libcxx/test/std/utilities/function.objects/func.wrap
Eric Fiselier b11df184ad 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.

llvm-svn: 239708
2015-06-14 23:30:09 +00:00
..
func.wrap.badcall
func.wrap.func Fix std::function allocator constructors in C++03. 2015-06-14 23:30:09 +00:00
nothing_to_do.pass.cpp