diff --git a/source/utilities.tex b/source/utilities.tex index 402dbea68d..e2a44e9590 100644 --- a/source/utilities.tex +++ b/source/utilities.tex @@ -4795,7 +4795,6 @@ using iterator = @\impdefnc@; // present only if \tcode{T} is an object type other than an array // of unknown bound; see~\ref{optional.ref.iterators} - public: // \ref{optional.ref.ctor}, constructors constexpr optional() noexcept = default; constexpr optional(nullopt_t) noexcept : optional() {}