[Bug go/90669] go/gofrontend/types.cc:2805 contains range-based ‘for’ loops which are not C++98

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed May 29 17:23:00 GMT 2019


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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Range for is just syntactic sugar, so shouldn't be hard to rewrite that into
valid C++98 using explicit iterator.


More information about the Gcc-bugs mailing list