const_string::toStdString() is const
This commit is contained in:
parent
3573a6fa74
commit
0fc5731f18
@ -52,7 +52,7 @@ namespace cpputils {
|
||||
return !operator==(rhs);
|
||||
}
|
||||
|
||||
std::string toStdString() {
|
||||
std::string toStdString() const {
|
||||
return std::string(_str, _size);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user