We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c75607b commit cd9dbc2Copy full SHA for cd9dbc2
1 file changed
reference/iterator/istreambuf_iterator/op_constructor.md
@@ -8,7 +8,7 @@
8
istreambuf_iterator() throw(); // (1) C++03
9
constexpr istreambuf_iterator() noexcept; // (1) C++11
10
11
-constexpr istreambuf_iterator(default_sentinel_t) noexcept; // (2) C++11
+constexpr istreambuf_iterator(default_sentinel_t) noexcept; // (2) C++20
12
13
istreambuf_iterator(const istreambuf_iterator&) noexcept = default; // (3) C++11
14
0 commit comments