Skip to content

Commit 8094f86

Browse files
blackteahamburgertkoeppe
authored andcommitted
[algorithms] Blank line between the private and public members
1 parent 8e393c5 commit 8094f86

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

source/utilities.tex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7120,6 +7120,7 @@
71207120
const E& error() const & noexcept;
71217121
E&& error() && noexcept;
71227122
const E&& error() const && noexcept;
7123+
71237124
private:
71247125
E @\exposidnc{unex}@; // \expos
71257126
};
@@ -7191,6 +7192,7 @@
71917192
bad_expected_access& operator=(const bad_expected_access&);
71927193
bad_expected_access& operator=(bad_expected_access&&);
71937194
~bad_expected_access();
7195+
71947196
public:
71957197
const char* what() const noexcept override;
71967198
};
@@ -16705,6 +16707,7 @@
1670516707
using @\exposidnc{element-type}@ = // \expos
1670616708
remove_cvref_t<ranges::range_reference_t<@\exposid{maybe-const-map}@>>;
1670716709
range_formatter<@\exposidnc{element-type}@, charT> @\exposid{underlying_}@; // \expos
16710+
1670816711
public:
1670916712
constexpr @\exposid{range-default-formatter}@();
1671016713

0 commit comments

Comments
 (0)