mirror of
https://github.com/boostorg/program_options.git
synced 2026-01-27 19:12:15 +00:00
Fix the utf8_codecvt::do_length declaration. Pointed out by Rene Rivera.
[SVN r23882]
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user