Fix the utf8_codecvt::do_length declaration. Pointed out by Rene Rivera.

[SVN r23882]
This commit is contained in:
Vladimir Prus
2004-07-21 07:49:15 +00:00
parent 03909f42c8
commit 2aa09ac7b2
2 changed files with 2 additions and 2 deletions

View File

@@ -157,7 +157,7 @@ std::codecvt_base::result utf8_codecvt_facet_wchar_t::do_out(
// How many char objects can I process to get <= max_limit
// wchar_t objects?
int utf8_codecvt_facet_wchar_t::do_length(
const mbstate_t &,
mbstate_t &,
const char * from,
const char * from_end,
std::size_t max_limit