Skip to content

Commit 4a727e8

Browse files
Merge pull request #808 from cpprefjp/fix-list-unique-copy-paste-error
C++03 -> C++20
2 parents 91625ad + 6ff36b1 commit 4a727e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/list/list/unique.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
```cpp
88
void unique(); // (1) C++03
9-
size_type unique(); // (1) C++03
9+
size_type unique(); // (1) C++20
1010

1111
template <class BinaryPredicate>
1212
void unique(BinaryPredicate pred); // (2) C++03

0 commit comments

Comments
 (0)