[Bug c++/125889] [reflection] members_of on a closure is empty
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Jun 18 21:18:34 GMT 2026
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125889
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
LGTM. The point of handling implicitly_declared that way is so that they are
added after the explicitly declared and also that they are added in a
consistent order, not dependent on what exactly has been implicitly declared
earlier and what later.
More information about the Gcc-bugs
mailing list