From 1af80b8fe2989abd0661b29f796fb4de6f6604b5 Mon Sep 17 00:00:00 2001 From: Andreas Krug <153394595+Andreas-Krug@users.noreply.github.com> Date: Wed, 13 May 2026 08:03:26 +0200 Subject: [PATCH] [optional.optional.ref.general] Remove redundant class access specifier public --- source/utilities.tex | 1 - 1 file changed, 1 deletion(-) 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() {}