Skip to content

Commit 92c785d

Browse files
committed
[format.range.fmtdef] Add "exposition only" comments
1 parent 2a8e2eb commit 92c785d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/utilities.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15971,11 +15971,11 @@
1597115971
\begin{codeblock}
1597215972
namespace std {
1597315973
template<ranges::@\libconcept{input_range}@ R, class charT>
15974-
struct @\exposid{range-default-formatter}@<range_format::sequence, R, charT> {
15974+
struct @\exposidnc{range-default-formatter}@<range_format::sequence, R, charT> { // \expos
1597515975
private:
15976-
using @\exposid{maybe-const-r}@ = @\exposid{fmt-maybe-const}@<R, charT>;
15976+
using @\exposid{maybe-const-r}@ = @\exposidnc{fmt-maybe-const}@<R, charT>; // \expos
1597715977
range_formatter<remove_cvref_t<ranges::range_reference_t<@\exposid{maybe-const-r}@>>,
15978-
charT> @\exposid{underlying_}@; // \expos
15978+
charT> @\exposidnc{underlying_}@; // \expos
1597915979

1598015980
public:
1598115981
constexpr void set_separator(basic_string_view<charT> sep);

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy