1
0
Fork 0
mirror of https://github.com/Neargye/magic_enum.git synced 2026-01-09 23:34:23 +00:00

fuse separated into separate header

This commit is contained in:
neargye 2022-05-10 21:22:57 +04:00
parent 86e73be298
commit c59aec8b1c
6 changed files with 94 additions and 49 deletions

View file

@ -33,6 +33,7 @@
#include <catch2/catch.hpp>
#include <magic_enum.hpp>
#include <magic_enum_fuse.hpp>
#include <array>
#include <cctype>