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 96a7161 commit e50c38bCopy full SHA for e50c38b
include/cppcore/Common/TStringBase.h
@@ -64,7 +64,7 @@ class TStringBase {
64
65
private:
66
static constexpr size_t InitSize = 256;
67
- T mBuffer[InitSize] = {'\0'};
+ T mBuffer[InitSize] = {};
68
T *mStringBuffer{nullptr};
69
size_t mSize{0};
70
size_t mCapacity{256};
0 commit comments