Skip to content

Commit

Permalink
includes/std: Fixed standard library errors with latest nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
WerWolv authored Nov 17, 2024
1 parent 1d66949 commit 8a6bb66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/std/mem.pat
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,8 @@ namespace auto std::mem {
@tparam To The type to reinterpret to
*/
union Reinterpreter<From, To> {
From from;
To to;
From from_value;
To to_value;
};


Expand Down

0 comments on commit 8a6bb66

Please sign in to comment.