Displaying 2 results from an estimated 2 matches for "4535726e".
Did you mean:
453572
2013 Oct 28
1
[LLVMdev] [cfe-dev] RFC: A proposal to move toward using C++11 features in LLVM & Clang / bounding support for old host compilers
On Mon, Oct 28, 2013 at 9:00 AM, Óscar Fuentes <ofv at wanadoo.es> wrote:
> Dix Lorenz <lists at dix-lorenz.de> writes:
>
> > I might be mistaken, but to compile for WinXP on VS 2012 you have to
> > switch the Platform Toolset and AFAICT that means it will essentially
> > be using the VS 2010 compiler and libraries.
>
> That was how VS 2012 worked at
2013 Oct 28
0
[LLVMdev] [cfe-dev] RFC: A proposal to move toward using C++11 features in LLVM & Clang / bounding support for old host compilers
Here is a table detailing C++11 features support for Visual C++ 2010, 2012,
2013
http://msdn.microsoft.com/en-us/library/vstudio/hh567368.aspx
Specifically, range-based for loops are supported in Visual C++ 2012, 2013
but not in 2010.
Yaron
2013/10/28 David Tweed <david.tweed at gmail.com>
> On Mon, Oct 28, 2013 at 9:00 AM, Óscar Fuentes <ofv at wanadoo.es> wrote:
>