-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9649c10
commit 57fcb9c
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule magic_enum
updated
18 files
+2 −2 | .github/workflows/macos.yml | |
+9 −19 | .github/workflows/ubuntu.yml | |
+1 −1 | CMakeLists.txt | |
+1 −1 | MODULE.bazel | |
+16 −0 | doc/reference.md | |
+32 −2 | include/magic_enum/magic_enum.hpp | |
+1 −1 | include/magic_enum/magic_enum_all.hpp | |
+1 −1 | include/magic_enum/magic_enum_containers.hpp | |
+1 −1 | include/magic_enum/magic_enum_flags.hpp | |
+1 −1 | include/magic_enum/magic_enum_format.hpp | |
+1 −1 | include/magic_enum/magic_enum_fuse.hpp | |
+1 −1 | include/magic_enum/magic_enum_iostream.hpp | |
+1 −1 | include/magic_enum/magic_enum_switch.hpp | |
+1 −1 | include/magic_enum/magic_enum_utility.hpp | |
+1 −1 | meson.build | |
+1 −1 | package.xml | |
+12 −0 | test/test.cpp | |
+1 −1 | test/test_containers.cpp |