Re: [C++ PATCH] Remove the implementation of N3994, terse range-for loops.

2015-10-31 Thread Jason Merrill
OK. Jason

[C++ PATCH] Remove the implementation of N3994, terse range-for loops.

2015-10-31 Thread Ville Voutilainen
Since N3994 ended up being rejected and was never included in C++17, I want to remove the support for it. It's easy to bring it back if such a facility is resurrected, but for now, let's remove such an extension. Tested on Linux-PPC64. /cp 2015-10-31 Ville Voutilainen Remove the implement