aboutsummaryrefslogtreecommitdiff
path: root/contrib/libc++/include/locale
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libc++/include/locale')
-rw-r--r--contrib/libc++/include/locale2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libc++/include/locale b/contrib/libc++/include/locale
index d30d950c7f85..a86645d2cc4b 100644
--- a/contrib/libc++/include/locale
+++ b/contrib/libc++/include/locale
@@ -4110,7 +4110,7 @@ wbuffer_convert<_Codecvt, _Elem, _Tr>::overflow(int_type __c)
if (__r == codecvt_base::partial)
{
this->setp(const_cast<char_type *>(__e), this->pptr());
- this->pbump(this->epptr() - this->pbase());
+ this->__pbump(this->epptr() - this->pbase());
}
}
else