Title
chrono::parse uses from_stream as a customization point
Status
new
Section
[time.parse]
Submitter
Jonathan Wakely

Created on 2023-07-15.00:00:00 last changed 5 months ago

Messages

Date: 2023-10-15.00:00:00

[ 2023-10-30; Reflector poll ]

Set priority to 3 after reflector poll.

Date: 2023-07-15.00:00:00

[time.parse] says: "Each parse overload specified in this subclause calls from_stream unqualified, so as to enable argument dependent lookup ([basic.lookup.argdep])." That name should be added to [contents] along with swap, make_error_code, and make_error_condition.

We should decide whether calls to from_stream should use normal lookup (i.e. unqualified lookup plus ADL) or just ADL, as was done for make_error_code and make_error_condition (see LWG 3629).

History
Date User Action Args
2023-10-30 16:39:42adminsetmessages: + msg13782
2023-07-15 00:00:00admincreate