diff --git a/Utils/convert_adaptor.h b/Utils/convert_adaptor.h index e45acdda..fc1b6eaa 100644 --- a/Utils/convert_adaptor.h +++ b/Utils/convert_adaptor.h @@ -144,11 +144,11 @@ bool convert_bufadaptor::flushOu return true; bool ok(true); - const std::codecvt& cvt = + const std::codecvt& cvt = #ifndef ARABICA_VS6_WORKAROUND - std::use_facet >(this->getloc()); + std::use_facet >(this->getloc()); #else - std::use_facet(this->getloc(), (std::codecvt*)0, true); + std::use_facet(this->getloc(), (std::codecvt*)0, true); #endif if(cvt.always_noconv()) @@ -196,11 +196,11 @@ std::streamsize convert_bufadaptor& cvt = + const std::codecvt& cvt = #ifndef ARABICA_VS6_WORKAROUND - std::use_facet >(this->getloc()); + std::use_facet >(this->getloc()); #else - std::use_facet(this->getloc(), (std::codecvt*)0, true); + std::use_facet(this->getloc(), (std::codecvt*)0, true); #endif externalCharT from[1024];