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]

Re: C++ PATCH to implement P0614R1, Range-based for statements with initializer


Actually, scratch this.  I found an issue with the current patch.  Sorry.

On Mon, May 21, 2018 at 03:50:05PM -0400, Marek Polacek wrote:
> This is my attempt to implement P0614R1, a C++20 feature whereby we may now use
> an init-statement in a range-based for loop like this:
...

	Marek


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