Skip to content

Commit cd9dbc2

Browse files
committed
fix version number. C++11 -> C++20
1 parent c75607b commit cd9dbc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

reference/iterator/istreambuf_iterator/op_constructor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
istreambuf_iterator() throw(); // (1) C++03
99
constexpr istreambuf_iterator() noexcept; // (1) C++11
1010

11-
constexpr istreambuf_iterator(default_sentinel_t) noexcept; // (2) C++11
11+
constexpr istreambuf_iterator(default_sentinel_t) noexcept; // (2) C++20
1212

1313
istreambuf_iterator(const istreambuf_iterator&) noexcept = default; // (3) C++11
1414

0 commit comments

Comments
 (0)