Fix build with C++20

Fixes: QTBUG-72614
Change-Id: I548dbfddb69b4fd6a0a3fffd1572614a383366a5
Reviewed-by: Ville Voutilainen <ville.voutilainen@qt.io>
This commit is contained in:
Thiago Macieira 2018-12-21 13:02:57 -02:00
parent 59386e0907
commit b337d2a88e

View File

@ -83,8 +83,6 @@ template<int N>
struct StaticString
{
const char data[N];
constexpr StaticString(const StaticString<N> &other) noexcept = default;
};