Stephen Berry
Stephen Berry
If you namespace your `MyEnum` type, then you can rename your `me` field to `MyEnum` ```c++ struct MyType { int x{}; int y{}; ::MyEnum MyEnum{MyEnum::First}; }; ``` Now your type...
> I think what I want is to be able to iterate through key-value pair in reflection of MyType and update the key if the reflected type corresponding to the...
Oh, that's not good. Will have to look into it.
Sweet, thanks!
Thanks for the suggestion and for your interest with Glaze. More formats are indeed on the roadmap. Recently I've been making the core logic more format agnostic and easier to...
I'd love to get a branch working with module support. Would it work across GCC, MSVC, and Clang? If you want to try and submit a pull request I'd love...
Thanks for all the helpful thoughts and notes here. I've done some module experimentation and was waiting for better GCC support before continuing, but I am eager to see what...
Thanks for your response! Your project seems really neat. I to dig up my module testing work. For now I'll trust your expertise because you have a lot more experience...
You can change it to just use `pragma once`.