On Tuesday 16 June 2015 22:31:51 Thiago Macieira wrote:
>  MSVC 2012 and 2013 have a parsing bug with them, so you need to 
> compile your code with one of those two versions if you're introducing new 
> range fors.

Do you have specifics here? IIRC, it was something like

   while (...)
       for (... : .... )  {
       }

which is excluded by our coding standard (missing braces), so it can never 
happen.

TIA,
Marc

-- 
Marc Mutz <marc.m...@kdab.com> | Senior Software Engineer
KDAB (Deutschland) GmbH & Co.KG, a KDAB Group Company
Tel: +49-30-521325470
KDAB - The Qt Experts
_______________________________________________
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to