Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 92c785d

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

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎source/utilities.tex

Copy file name to clipboardExpand all lines: source/utilities.tex
+3-3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.