This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/67017] Mixing init-declarator for variables and functions in declaration with auto type-specifier


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

--- Comment #6 from Anders Granlund <anders.granlund.0 at gmail dot com> ---
Now I got the reply. It seems like the wording of the standard changed with the
resolution of this c++ standard core defect:

http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1265

So the problem is that GCC hasn't implemented this yet.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]