From 6a549bcd7fb2d4089e437c26a380ce81ffdca5c3 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Mon, 2 Aug 2004 03:38:04 +0000 Subject: [PATCH] Change the signature of codecvt do_length to match standard. This removes hiden virtual warnings. [SVN r24243] --- include/boost/utf8_codecvt_facet.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/utf8_codecvt_facet.hpp b/include/boost/utf8_codecvt_facet.hpp index b7a9b7a..6827a0f 100644 --- a/include/boost/utf8_codecvt_facet.hpp +++ b/include/boost/utf8_codecvt_facet.hpp @@ -131,7 +131,7 @@ protected: // How many char objects can I process to get <= max_limit // wchar_t objects? virtual int do_length( - const std::mbstate_t &, + std::mbstate_t &, const char * from, const char * from_end, std::size_t max_limit