We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2acda9 commit 16464edCopy full SHA for 16464ed
1 file changed
source/utilities.tex
@@ -4795,7 +4795,6 @@
4795
using iterator = @\impdefnc@; // present only if \tcode{T} is an object type other than an array
4796
// of unknown bound; see~\ref{optional.ref.iterators}
4797
4798
- public:
4799
// \ref{optional.ref.ctor}, constructors
4800
constexpr optional() noexcept = default;
4801
constexpr optional(nullopt_t) noexcept : optional() {}
0 commit comments