[Bug c++/121594] Expansion statement with constexpr for-range-declarator does not compile

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sat Aug 23 13:34:38 GMT 2025


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121594

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Note, constexpr there works in the enumerating/iterating cases and for
destructuring if not using std::tuple_size, i.e. when iterating over class
non-static members.


More information about the Gcc-bugs mailing list