Skip to content

Commit 51a5bba

Browse files
frederick-vs-jatkoeppe
authored andcommitted
[optional.optional.ref.general] Fix reference to [optional.ref.iterators]
Currently the comment mistakenly refer to [optional.iterators], while [optional.ref.iterators] should be referred to instead.
1 parent 2ad9269 commit 51a5bba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/utilities.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4485,7 +4485,7 @@
44854485
// \ref{optional.ref.swap}, swap
44864486
constexpr void swap(optional& rhs) noexcept;
44874487

4488-
// \ref{optional.iterators}, iterator support
4488+
// \ref{optional.ref.iterators}, iterator support
44894489
constexpr iterator begin() const noexcept;
44904490
constexpr iterator end() const noexcept;
44914491

0 commit comments

Comments
 (0)