Title
Error handling of wbuffer_convert unclear
Status
resolved
Section
[depr.conversions.buffer]
Submitter
Jonathan Wakely

Created on 2015-03-04.00:00:00 last changed 1 week ago

Messages

Date: 2025-11-10.00:00:00

[ 2025-11-10 Resolved by the removal of wbuffer_convert via paper P2872R3 in Tokyo, 2024. Status changed: New → Resolved. ]

Date: 2015-03-04.00:00:00

If a codecvt conversion returns codecvt_base::error should that be treated as EOF? An exception? Should all the successfully converted characters before a conversion error be available to the users of the wbuffer_convert and/or the internal streambuf, or does a conversion error lose information?

History
Date User Action Args
2025-11-11 15:50:46adminsetmessages: + msg15728
2025-11-11 15:50:46adminsetstatus: new -> resolved
2015-03-04 00:00:00admincreate