This is the mail archive of the gcc-patches@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]

PING: [C++0x] issues with range-based for loops


Hello.

I'd like this patch to be reviewed.

http://gcc.gnu.org/ml/gcc-patches/2010-10/msg02476.html

It solves some pending issues with range-based for loops. The more
important one is that the following code should compile:

for (struct S {} s; ; ) ;

Regards.
Rodrigo.


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