GitOrigin-RevId: c4f390749126e85d36ae63249c0e8b38763d9774
This commit is contained in:
levlam 2018-12-19 00:23:34 +03:00
parent 7ce738f619
commit f240b539a4

View File

@ -189,8 +189,7 @@ class CSlice : public Slice {
template <size_t N>
constexpr CSlice &operator=(const char (&a)[N]) {
s_ = a;
len_ = N - 1;
this->Slice::operator=(a);
return *this;
}