Fix build with C++20
Fixes: QTBUG-72614 Change-Id: I548dbfddb69b4fd6a0a3fffd1572614a383366a5 Reviewed-by: Ville Voutilainen <ville.voutilainen@qt.io>
This commit is contained in:
parent
59386e0907
commit
b337d2a88e
@ -83,8 +83,6 @@ template<int N>
|
||||
struct StaticString
|
||||
{
|
||||
const char data[N];
|
||||
|
||||
constexpr StaticString(const StaticString<N> &other) noexcept = default;
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user