Skip to content

Commit 4bc7e81

Browse files
Missed change for the line for stable_partition
1 parent 0026335 commit 4bc7e81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/include/algorithm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1499,7 +1499,7 @@ template <class InputIterator, class OutputIterator1,
14991499
Predicate pred);
15001500
15011501
template <class ForwardIterator, class Predicate>
1502-
constexpr ForwardIterator // constexpr in C++26
1502+
constexpr ForwardIterator // constexpr since C++26
15031503
stable_partition(ForwardIterator first, ForwardIterator last, Predicate pred);
15041504
15051505
template<class ForwardIterator, class Predicate>

0 commit comments

Comments
 (0)