Title
Unclear how wstring_convert uses cvtstate
Status
new
Section
[depr.conversions.string]
Submitter
Jonathan Wakely

Created on 2015-03-04.00:00:00 last changed 110 months ago

Messages

Date: 2015-03-04.00:00:00

How do wstring_convert::from_bytes and wstring_convert::to_bytes use the cvtstate member?

Is it passed to the codecvt member functions? Is a copy of it passed to the member functions? "Otherwise it shall be left unchanged" implies a copy is used, but if that's really what's intended there are simpler ways to say so.

History
Date User Action Args
2015-03-04 00:00:00admincreate