The resolution of LWG 3199 makes sure that input-streaming into an empty bitset
does not set the failbit on the input stream.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D65105
[libc++] Implement LWG 3199 ClosedPublic Authored by ldionne on Jul 22 2019, 11:38 AM.
Details Summary The resolution of LWG 3199 makes sure that input-streaming into an empty bitset
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 20 2019, 10:27 AM Closed by commit rL369422: [libc++] Implement LWG 3199 (authored by ldionne). · Explain WhyAug 20 2019, 11:20 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 216198 libcxx/trunk/include/istream
libcxx/trunk/test/std/utilities/template.bitset/bitset.operators/stream_in.pass.cpp
libcxx/trunk/www/upcoming_meeting.html
|