Skip to content

Commit 1af80b8

Browse files
authored
[optional.optional.ref.general] Remove redundant class access specifier public
1 parent 6cfb658 commit 1af80b8

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)