Neargye / magic_enum

Static reflection for enums (to string, from string, iteration) for modern C++, work with any enum type without any macro or boilerplate code
MIT License
4.88k stars 434 forks source link

Put the headers within a subdirectory of include #293

Closed franchice closed 11 months ago

franchice commented 1 year ago

Please put the headers within a magic_enum/ directory, within include/. Currently, when downloading via vcpkg, they get dumped in the top-level include directory. That's not amazing.