This commit is contained in:
momo5502
2024-11-11 20:51:19 +01:00
parent 3d67056dc5
commit 78e2a5a80b

View File

@@ -133,7 +133,7 @@ namespace utils
{
::deserialize(*this, object);
}
else if constexpr (std::is_trivially_copyable_v<T>)
else if constexpr (is_trivially_copyable)
{
union
{