Skip to content

Commit 7c8a960

Browse files
authored
[forward.list.overview] Add missing constexpr (#8717)
1 parent 099afac commit 7c8a960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/containers.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7117,7 +7117,7 @@
71177117
constexpr size_type remove(const T& value);
71187118
template<class Predicate> constexpr size_type remove_if(Predicate pred);
71197119

7120-
size_type unique();
7120+
constexpr size_type unique();
71217121
template<class BinaryPredicate> constexpr size_type unique(BinaryPredicate binary_pred);
71227122

71237123
constexpr void merge(forward_list& x);

0 commit comments

Comments
 (0)