This page is a snapshot from the LWG issues list, see the Library Active Issues List for more information and the meaning of C++14 status.
wstring_convert::converted()
should be noexcept
Section: 99 [depr.conversions.string] Status: C++14 Submitter: Jonathan Wakely Opened: 2012-08-02 Last modified: 2017-04-22
Priority: Not Prioritized
View other active issues in [depr.conversions.string].
View all other issues in [depr.conversions.string].
View all issues with C++14 status.
Discussion:
There is no reason wstring_convert::converted()
shouldn't be noexcept
.
wstring_convert::state()
and wbuffer_convert::state()
to be noexcept
too, depending on the requirements on mbstate_t
.
[2013-03-15 Issues Teleconference]
Moved to Tentatively Ready.
Defer the separate discsussion of state()
to another issue, if anyone is ever motivated
to file one.
[2013-04-20 Bristol]
Proposed resolution:
This wording is relative to N3376.
Edit in the class template wstring_convert
synopsis [conversions.string] p2:
size_t converted() const noexcept;
Edit the signature before [conversions.string] p6:
size_t converted() const noexcept;