Eric Fiselier
|
9adebede00
|
Cleanup _LIBCPP_HAS_NO_<c++11-feature> in support headers and final tests
llvm-svn: 300637
|
2017-04-19 01:02:49 +00:00 |
Eric Fiselier
|
7626f778a5
|
Remove names of unreferenced parameters. Patch from STL@microsoft.com
llvm-svn: 267852
|
2016-04-28 03:17:56 +00:00 |
Marshall Clow
|
05e9cb5636
|
Our test allocators support move/copy construction; they should support move/copy assignment as well
llvm-svn: 249458
|
2015-10-06 20:30:56 +00:00 |
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
|
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
|
e7d582a75c
|
Found two identical files named 'allocators.h' in the libcxx test suite. Moved one to /support, removed the other, and iupdated all the includes. No functionality change
llvm-svn: 196127
|
2013-12-02 18:08:31 +00:00 |