[Development] QtCS: Notes from Modern C++ session

Marc Mutz marc.mutz at kdab.com
Tue Dec 1 10:00:29 CET 2015


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.mutz at kdab.com> | Senior Software Engineer
KDAB (Deutschland) GmbH & Co.KG, a KDAB Group Company
Tel: +49-30-521325470
KDAB - The Qt Experts



More information about the Development mailing list