6 ms·
It is making it's way to GCC as well: https://www.reddit.com/r/cpp/comments/1ojbv1a/gcc_implementation_of_reflection_now_on_compiler/ https://www.reddit.com/r/c
by fthiesen 10mo ago
It is making it's way to GCC as well: https://www.reddit.com/r/cpp/comments/1ojbv1a/gcc_implementation_of_reflection_now_on_compiler/ https://www.reddit.com/r/cpp/comments/1ojbv1a/gcc_implementa...
It is officially part of C++26, so only a matter of time before being part of the major compilers (:
I've added a pre-built image in the github repo, feel free to try it out if you are curious and let me know if you face any issues/bugs!
- sheepscreek 10mo agoThanks again for creating this and sharing it here. Honestly makes me want to pick up C++ for a project just to try it out (along with reflection and other new features).