Skip to content

Commit

Permalink
[format.range.fmtdef] Add "exposition only" comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoeppe committed Aug 26, 2022
1 parent 2a8e2eb commit 2a60082
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/utilities.tex
Original file line number Diff line number Diff line change
Expand Up @@ -15971,11 +15971,11 @@
\begin{codeblock}
namespace std {
template<ranges::@\libconcept{input_range}@ R, class charT>
struct @\exposid{range-default-formatter}@<range_format::sequence, R, charT> {
struct @\exposidnc{range-default-formatter}@<range_format::sequence, R, charT> { // \expos
private:
using @\exposid{maybe-const-r}@ = @\exposid{fmt-maybe-const}@<R, charT>;
using @\exposidnc{maybe-const-r}@ = @\exposidnc{fmt-maybe-const}@<R, charT>; // \expos
range_formatter<remove_cvref_t<ranges::range_reference_t<@\exposid{maybe-const-r}@>>,
charT> @\exposid{underlying_}@; // \expos
charT> @\exposid{underlying_}@; // \expos

public:
constexpr void set_separator(basic_string_view<charT> sep);
Expand Down

0 comments on commit 2a60082

Please sign in to comment.