Re: Access to enum definition at run time
Jakub Jelinek via Gcc <[email protected]>
| Newsgroups | gmane.comp.gcc.devel |
|---|---|
| Message-ID | <afM8y8-7oQfaRVLo@tucnak> |
On Thu, Apr 30, 2026 at 02:08:33PM +0300, Yair Lenga via Gcc wrote: > Looking for any feedback about the > 1, Idea/concept. > 2. The implementation of the pugin (Github URL) > 3. Is there a path for making it an experimental/official GCC > extension? (after cleanup, reviews, adding test cases/, etc.) I don't think we have a repository of GCC plugins (except some plugins in the testsuite, gcc.dg/plugin/ and g++.dg/plugin/ ). BTW, in C++26 one doesn't need a plugin for such things, in a few lines it can be written using C++26 reflection. Jakub