Skip to content

Commit c17aba2

Browse files
burblebeetkoeppe
authored andcommitted
LWG3956 chrono::parse uses from_stream as a customization point
1 parent 8f86950 commit c17aba2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

source/lib-intro.tex

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1121,7 +1121,8 @@
11211121

11221122
\pnum
11231123
Whenever an unqualified name other than
1124-
\tcode{swap}, \tcode{make_error_code}, \tcode{make_error_condition}, or
1124+
\tcode{swap}, \tcode{make_error_code}, \tcode{make_error_condition},
1125+
\tcode{from_stream}, or
11251126
\tcode{submdspan_mapping}
11261127
is used in the specification of a declaration \tcode{D}
11271128
in \ref{\firstlibchapter} through \ref{\lastlibchapter} or \ref{depr},
@@ -1145,7 +1146,8 @@
11451146
in an overload resolution context
11461147
for swappable values\iref{swappable.requirements}.
11471148
The meanings of the unqualified names
1148-
\tcode{make_error_code}, \tcode{make_error_condition}, and
1149+
\tcode{make_error_code}, \tcode{make_error_condition},
1150+
\tcode{from_stream}, and
11491151
\tcode{submdspan_mapping}
11501152
are established
11511153
as-if by performing argument-dependent lookup\iref{basic.lookup.argdep}.

0 commit comments

Comments
 (0)