Marshall Clow
|
cbf166a2b9
|
More of N4258 implementation. Mark all of our test_allocators as noexcept constructible. Make the constructors for basic_string noexcept all the time (under C++14). Update tests to reflect the new world order. More to come.
llvm-svn: 238957
|
2015-06-03 19:56:43 +00:00 |
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 |
Marshall Clow
|
354d39cabc
|
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.
llvm-svn: 199400
|
2014-01-16 16:58:45 +00:00 |
Marshall Clow
|
c3deeb5f89
|
Found six (nmostly) identical files named 'test_allocator.h' in the libcxx test suite. Moved one to /support, made it a superset, and removed all but one of the others, and iupdated all the includes. Left the odd one (thread/futures/test_allocator.h) for later.
llvm-svn: 196174
|
2013-12-03 00:18:10 +00:00 |