summaryrefslogtreecommitdiffstats
path: root/libcxx/test/containers/sequences/dynarray/dynarray.cons
Commit message (Collapse)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-202-181/+0
| | | | llvm-svn: 224658
* Found six (nmostly) identical files named 'test_allocator.h' in the libcxx ↵Marshall Clow2013-12-031-1/+1
| | | | | | 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
* Move <dynarray> into include/experimental, and into the std::experimental ↵Marshall Clow2013-11-132-10/+14
| | | | | | namespace, since it's not part of C++14, but of an upcoming TS llvm-svn: 194614
* Initial implementation of <dynarray>. No allocator support pending ↵Marshall Clow2013-09-132-0/+177
resolution of LWG #2235; no stack allocation pending compiler support llvm-svn: 190697
OpenPOWER on IntegriCloud