hanchenye-llvm-project/libcxx/test
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
..
libcxx Fix PR12999 - unordered_set::insert calls operator new when no insert occurs 2015-06-13 07:18:32 +00:00
std Fix std::function allocator constructors in C++03. 2015-06-14 23:30:09 +00:00
support Fix std::function allocator constructors in C++03. 2015-06-14 23:30:09 +00:00
CMakeLists.txt Fix build when libunwind is disabled. 2015-05-16 13:10:39 +00:00
lit.cfg [libcxx] Allow use of ShTest in libc++ tests along with other changes. 2015-01-22 18:05:58 +00:00
lit.site.cfg.in libcxx: Fix ARM libc++/abi and libunwind buildbot. 2015-05-16 12:44:31 +00:00
nothing_to_do.pass.cpp
testit