Fix CE.
GitOrigin-RevId: c4f390749126e85d36ae63249c0e8b38763d9774
This commit is contained in:
parent
7ce738f619
commit
f240b539a4
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user