Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
momo5502 committed Nov 11, 2024
1 parent 3d67056 commit 78e2a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/emulator/serialization.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 78e2a5a

Please sign in to comment.