*darth vader yelling noooooo gif*

This commit is contained in:
Lynix 2020-02-23 02:38:06 +01:00
parent 97a62a4817
commit 3857025253
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ namespace Nz
}
else
{
static_assert(AlwaysFalse<std::integral_constant<std::size_t, S>>, "Unsupported platform");
static_assert(AlwaysFalse<std::integral_constant<std::size_t, S>>::value, "Unsupported platform");
return std::wstring(L"<platform error>");
}
}