From d57c03ddca1cc2d8ceb8c299f58e70f97a60102c Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Tue, 16 Jan 2018 02:34:41 +0000 Subject: More constexpr algorithms from P0202: lower_bound, upper_bound, equal_range, binary_search llvm-svn: 322529 --- libcxx/test/std/algorithms/alg.nonmodifying/alg.equal/equal.pass.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcxx/test/std/algorithms/alg.nonmodifying/alg.equal/equal.pass.cpp') diff --git a/libcxx/test/std/algorithms/alg.nonmodifying/alg.equal/equal.pass.cpp b/libcxx/test/std/algorithms/alg.nonmodifying/alg.equal/equal.pass.cpp index e725e4ada65..656c7310f4d 100644 --- a/libcxx/test/std/algorithms/alg.nonmodifying/alg.equal/equal.pass.cpp +++ b/libcxx/test/std/algorithms/alg.nonmodifying/alg.equal/equal.pass.cpp @@ -14,7 +14,7 @@ // constexpr bool // constexpr after c++17 // equal(Iter1 first1, Iter1 last1, Iter2 first2); // -// Introduced in C++14: +// Introduced in C++14: // template // constexpr bool // constexpr after c++17 // equal(Iter1 first1, Iter1 last1, Iter2 first2, Iter2 last2); -- cgit v1.2.3