diff --git a/src/corelib/tools/qoffsetstringarray_p.h b/src/corelib/tools/qoffsetstringarray_p.h index 5ca2200..4dd9e96 100644 --- a/src/corelib/tools/qoffsetstringarray_p.h +++ b/src/corelib/tools/qoffsetstringarray_p.h @@ -83,8 +83,6 @@ template struct StaticString { const char data[N]; - - constexpr StaticString(const StaticString &other) noexcept = default; };