Message 2858 - WG21 LWG Issues
Issues
Show Active
Show Accepted
Show Closed
Search
Powered by
Roundup
cmeerw.org
Date
2005-05-24.00:00:00
Message id
2858
Content
codecvt::do_length is of type int;
it is assumed to be sort-of returning from_next - from of type ptrdiff_t;
ptrdiff_t cannot be cast to an int without data loss.
Contradiction.