mirror of
https://github.com/boostorg/detail.git
synced 2025-07-30 04:17:14 +02:00
adjustment for CW
[SVN r24439]
This commit is contained in:
@ -131,7 +131,7 @@ protected:
|
|||||||
// How many char objects can I process to get <= max_limit
|
// How many char objects can I process to get <= max_limit
|
||||||
// wchar_t objects?
|
// wchar_t objects?
|
||||||
virtual int do_length(
|
virtual int do_length(
|
||||||
std::mbstate_t &,
|
const std::mbstate_t &,
|
||||||
const char * from,
|
const char * from,
|
||||||
const char * from_end,
|
const char * from_end,
|
||||||
std::size_t max_limit
|
std::size_t max_limit
|
||||||
|
Reference in New Issue
Block a user