Skip to content

Commit 16464ed

Browse files
authored
[optional.optional.ref.general] Remove redundant access-specifier (cplusplus#9019)
1 parent e2acda9 commit 16464ed

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

source/utilities.tex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4795,7 +4795,6 @@
47954795
using iterator = @\impdefnc@; // present only if \tcode{T} is an object type other than an array
47964796
// of unknown bound; see~\ref{optional.ref.iterators}
47974797

4798-
public:
47994798
// \ref{optional.ref.ctor}, constructors
48004799
constexpr optional() noexcept = default;
48014800
constexpr optional(nullopt_t) noexcept : optional() {}

0 commit comments

Comments
 (0)