Title
do_length cannot be implemented correctly
Status
nad
Section
[locale.codecvt.byname]
Submitter
Krzysztof Żelechowski

Created on 2005-05-24.00:00:00 last changed 230 months ago

Messages

Date: 2005-05-24.00:00:00
  1. codecvt::do_length is of type int;
  2. it is assumed to be sort-of returning from_next - from of type ptrdiff_t;
  3. ptrdiff_t cannot be cast to an int without data loss.

Contradiction.

History
Date User Action Args
2005-05-24 00:00:00admincreate