[Bug objc++/58783] Fast enumeration is not supported for Objective-C++

2021-12-21 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58783 --- Comment #10 from Eric Gallager --- Note that on the Standards page of the manual, it currently says "fast enumeration (only for Objective-C)", so once this bug is fixed, that parenthetical can be removed: https://gcc.gnu.org/onlinedocs/gcc/St

[Bug objc++/58783] Fast enumeration is not supported for Objective-C++

2019-01-02 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58783 --- Comment #9 from Eric Gallager --- (In reply to Eric Gallager from comment #8) > I recently ran into this with the Cocoa interface for DeSmuME, which also > tries to use fast enumeration from Objective-C++. So maybe this should be > re-titled