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.76k stars 422 forks source link

Add MAGIC_ENUM_USE_STD_MODULE option to use standard library module. #350

Closed stripe2933 closed 3 months ago

stripe2933 commented 4 months ago

This PR adds two functionalities:


Fix: Commit a3934f7

Neargye commented 3 months ago

Hi, Could you please add minimal example?

stripe2933 commented 3 months ago

Here's the sample project with CMake, including Clang CI.

Neargye commented 3 months ago

Thanks!