Skip to content

Commit

Permalink
Update magic_enum.cppm
Browse files Browse the repository at this point in the history
Missing enum_entries
  • Loading branch information
stripe2933 authored May 8, 2024
1 parent e808bc1 commit 685b55e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/magic_enum/magic_enum.cppm
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ namespace containers {
using magic_enum::enum_count;
using magic_enum::enum_integer;
using magic_enum::enum_names;
using magic_enum::enum_entries;
using magic_enum::enum_fuse;
using magic_enum::enum_switch;
using magic_enum::enum_for_each;
Expand All @@ -52,4 +53,4 @@ namespace containers {
using magic_enum::is_scoped_enum_v;
using magic_enum::underlying_type;
using magic_enum::underlying_type_t;
}
}

0 comments on commit 685b55e

Please sign in to comment.