Remove unnecessary operator.

Fixes #2166.


[SVN r53435]
This commit is contained in:
Vladimir Prus
2009-05-30 09:44:00 +00:00
parent 3911d7a669
commit cad13ace57

View File

@ -159,7 +159,7 @@ std::codecvt_base::result utf8_codecvt_facet::do_out(
to_next = to - (i+1);
return std::codecvt_base::partial;
}
*from++;
++from;
}
from_next = from;
to_next = to;