Created on 2022-02-24.00:00:00 last changed 24 months ago
[ Kona 2022-11-08; discussed at joint LWG/SG9 session. Send to LEWG (with suggested options) ]
[ 2022-03-04; Reflector poll ]
Set priority to 3 after reflector poll.
The following is rejected by libstdc++:
#include <ranges> void call(std::ranges::istream_view<int>& v);
The error is quite cryptic, but ultimately the issue is not including <istream>. I think this currently isn't required to work, so the fact that it does not work is conforming. But should it be required to work?
I think either this should work or we should add a note to [range.istream] about the include.History | |||
---|---|---|---|
Date | User | Action | Args |
2022-11-10 23:33:20 | admin | set | messages: + msg13001 |
2022-11-10 23:33:20 | admin | set | status: new -> lewg |
2022-03-04 14:33:52 | admin | set | messages: + msg12402 |
2022-02-24 00:00:00 | admin | create |