Marshall Clow
|
979550f221
|
While applying N4258, I forgot about LWG#2455, which modified the modifications. Correct those - h/t: Howard
llvm-svn: 239004
|
2015-06-04 02:05:41 +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
|
c5c29006dc
|
Add tests to ensure that string/vector/array have contiguous iterators - which they did. Mark N4284 as complete
llvm-svn: 238233
|
2015-05-26 18:57:27 +00:00 |
Eric Fiselier
|
4b7533a1dd
|
Use generic feature name for sanitizers that replace new and delete
llvm-svn: 231841
|
2015-03-10 20:46:04 +00:00 |
Marshall Clow
|
e21582e742
|
Walter Brown sent a list of tests which needed 'additional includes' to match what was in the standard. Added these includes to the tests. No changes to the library or test results.
llvm-svn: 225541
|
2015-01-09 20:25:52 +00:00 |
Eric Fiselier
|
5a83710e37
|
Move test into test/std subdirectory.
llvm-svn: 224658
|
2014-12-20 01:40:03 +00:00 |