File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 7120
7120
const E& error() const & noexcept;
7121
7121
E&& error() && noexcept;
7122
7122
const E&& error() const && noexcept;
7123
+
7123
7124
private:
7124
7125
E @\exposidnc{unex}@; // \expos
7125
7126
};
7191
7192
bad_expected_access& operator=(const bad_expected_access&);
7192
7193
bad_expected_access& operator=(bad_expected_access&&);
7193
7194
~bad_expected_access();
7195
+
7194
7196
public:
7195
7197
const char* what() const noexcept override;
7196
7198
};
16705
16707
using @\exposidnc{element-type}@ = // \expos
16706
16708
remove_cvref_t<ranges::range_reference_t<@\exposid{maybe-const-map}@>>;
16707
16709
range_formatter<@\exposidnc{element-type}@, charT> @\exposid{underlying_}@; // \expos
16710
+
16708
16711
public:
16709
16712
constexpr @\exposid{range-default-formatter}@();
16710
16713
You can’t perform that action at this time.
0 commit comments