We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ef0fb0 commit 96a7161Copy full SHA for 96a7161
include/cppcore/Common/TStringBase.h
@@ -93,6 +93,7 @@ inline void TStringBase<T>::set(const T *ptr, size_t size) {
93
template <class T>
94
inline void TStringBase<T>::reset() {
95
mSize = 0u;
96
+ mHashId = 0;
97
}
98
99
0 commit comments