mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-20 20:23:57 +00:00
Fix
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user