LEE KYOUNGHEON
LEE KYOUNGHEON
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...
This PR adds two functionalities: - When user declares `MAGIC_ENUM_USE_STD_MODULE` macro, standard library header inclusions are skipped, and it uses `import std;` instead. It prevents multiple header compilation and improves...
Thank you for great library. Since it targets to ≥ C++20, using module can reduce the compilation time significant faster. `reflect.cppm` file define `reflect` module that export the symbols. Also...
I'm not sure if this error is related to ImGui or MoltenVK. However, since this flickering is not observed when testing the same code in a Windows environment with NVIDIA...
Looks like Clang can use them, but MSVC can't. Is it intended behavior?