Dimitry Andric
|
7e187f1be9
|
Test commit: remove whitespace at EOL.
llvm-svn: 228280
|
2015-02-05 07:26:14 +00:00 |
Marshall Clow
|
b9595b79f2
|
Fix PR#22433. The algorithm is_partitioned was testing an item in the middle of the sequence twice.
llvm-svn: 227824
|
2015-02-02 18:16:35 +00:00 |
Marshall Clow
|
0b48cf9a62
|
Fix PR#22427. The implementation of inplace_merge had a \'small data set\' optimization; if either half of the merge was small (i.e, less than 9 items), it did an inplace merge rather than allocating a buffer and doing a faster/smarter merge. However, this failed to satisfy the complexity requirements in the standard. Remove that code. Add tests to check the complexity, and add the same tests for std::merge, since we are in that section of the test suite anyway.
llvm-svn: 227811
|
2015-02-02 17:35:53 +00:00 |
Marshall Clow
|
c57d98ae86
|
Removed some tabs that snuck into the test suite. No functionality change
llvm-svn: 227363
|
2015-01-28 20:26:11 +00:00 |
Marshall Clow
|
d632356aa3
|
Fix PR 22106; make std::swap work for multi-dimensional arrays. Thanks to Peter Griess for the report and suggested fix
llvm-svn: 225285
|
2015-01-06 19:20:49 +00:00 |
Eric Fiselier
|
5a83710e37
|
Move test into test/std subdirectory.
llvm-svn: 224658
|
2014-12-20 01:40:03 +00:00 |