﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3942	Use C++11 on Windows for the C++ runtime	Adrian Pop	Adrian Pop	"Currently we have for the C++ runtime on Windows:
{{{
IF(IS_MINGW32 OR IS_MINGW64)
 SET(USE_CPP_03 ON)
ENDIF(IS_MINGW32 OR IS_MINGW64)
}}}
We should check if it works without it."	defect	closed	high		Cpp Run-time		fixed		Rüdiger Franke
