Fix strange code

This commit is contained in:
Alexey Milovidov 2022-09-12 06:23:53 +02:00
parent 6a473d8998
commit d1275091e8

View File

@ -718,7 +718,7 @@ public:
}
else
{
static_assert(sizeof(FromDataType) == 0, "Failed to resolve return type.");
static_assert(false, "Failed to resolve return type.");
}
// To make PVS-Studio and GCC happy.