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

Support C++20 module. #343

Closed stripe2933 closed 4 months ago

stripe2933 commented 4 months ago

A simple C++20 module export file. Importing this file using a build system will make enable user to use import magic_enum;. I'm also looking forward to use standard library module for faster compilation and MSVC support.

kelteseth commented 4 months ago

Please create a PR https://github.com/kelteseth/arewemodulesyet/ if this is merged so we can track it at https://arewemodulesyet.org/