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 d204826 commit 76bd06aCopy full SHA for 76bd06a
include/cppcore/Common/TStringBase.h
@@ -127,7 +127,6 @@ inline void TStringBase<T>::clear() {
127
128
template <class T>
129
inline void TStringBase<T>::copyFrom(TStringBase<T> &base, const T *ptr, size_t size) {
130
- static_assert(std::is_trivially_copyable_v<T>, "T must be trivially copyable");
131
if (ptr != nullptr) {
132
T *targetPtr = base.mBuffer;
133
0 commit comments