Skip to content

Commit

Permalink
Fix MSVC warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Sainan committed Feb 5, 2025
1 parent 42afe93 commit 499c1df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion soup/cursed.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ NAMESPACE_SOUP
union {
Actual a;
Desired d;
} u{ a = a };
} u{.a = a };
SOUP_MOVE_RETURN(u.d);
}

Expand Down

0 comments on commit 499c1df

Please sign in to comment.