|
|
@@ -90,7 +90,7 @@ namespace cppcore |
|
|
|
|
|
|
|
|
auto p = this->pptr(); |
|
|
auto p = this->pptr(); |
|
|
assert(this->pbase() <= p && p < this->epptr()); |
|
|
assert(this->pbase() <= p && p < this->epptr()); |
|
|
*p = convert_cast<char_type>(ch); |
|
|
|
|
|
|
|
|
*p = static_cast<char_type>(ch); |
|
|
this->pbump(1); |
|
|
this->pbump(1); |
|
|
} |
|
|
} |
|
|
return ch; |
|
|
return ch; |
|
|
|