Marshall Clow
|
404ee020f0
|
Some of the tests from earlier today had 'int' as the return type when it should have been 'bool'. Fix that. It doesn't change the behavior of any of the tests, but it's more accurate.
llvm-svn: 322505
|
2018-01-15 19:32:32 +00:00 |
|
Marshall Clow
|
49c7643c39
|
First part of P0202: Adding constexpr modifiers to functions in <algorithm> and <utility>. This commit is all the is_XXX algorithms.
llvm-svn: 322489
|
2018-01-15 16:16:32 +00:00 |
|
Eric Fiselier
|
c71bd55b5d
|
Enable the -Wsign-compare warning to better support MSVC
llvm-svn: 289363
|
2016-12-11 05:31:00 +00:00 |
|
Marshall Clow
|
bb1db210a8
|
Add missing include in test; NFC. Thanks to Jonathan Wakely for the report.
llvm-svn: 284120
|
2016-10-13 13:21:38 +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 |
|
Eric Fiselier
|
5a83710e37
|
Move test into test/std subdirectory.
llvm-svn: 224658
|
2014-12-20 01:40:03 +00:00 |
|