コミット履歴

作者 SHA1 メッセージ 日付
  Marshall Clow 82091c2583 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. 7 年 前
  Marshall Clow 8d0d82585a First part of P0202: Adding constexpr modifiers to functions in <algorithm> and <utility>. This commit is all the is_XXX algorithms. 7 年 前
  Eric Fiselier a2cd270943 Enable the -Wsign-compare warning to better support MSVC 8 年 前
  Marshall Clow 698cce6e0e Add missing include in test; NFC. Thanks to Jonathan Wakely for the report. 8 年 前
  Marshall Clow a0ec4b7c85 Fix PR#22433. The algorithm is_partitioned was testing an item in the middle of the sequence twice. 10 年 前
  Eric Fiselier a90c6dd460 Move test into test/std subdirectory. 10 年 前