[cfe-dev] MinGW build does not compile with C++11
NAKAMURA Takumi
geek4civic at gmail.com
Wed Mar 12 02:09:34 PDT 2014
FYI, it is also applicable to cygwin.
http://llvm.org/bugs/show_bug.cgi?id=18847
I suggest to check non-ansi functionalities with both -std=c++11 and
-std=gnu++11 in configure.
IMHO, for now, we could use -std=gnu++11 until the source tree became
c++11-compliant.
2014-03-12 17:51 GMT+09:00 Anton Korobeynikov <anton at korobeynikov.info>:
>>> I am happy to apply the above if others are OK with it.
>>> I am currently interested in using mingw32.
>>
>> We should change cmake too I think.
>>
>> Would anyone object to applying the patch to keep mingw32 working?
>> Even if we make mingw-w64 the preferred solution, that is such a small
>> patch I wouldn't have a problem with it.
> The change looks fine to me as well. And certainly, we need to have
> cmake version of this.
>
> --
> With best regards, Anton Korobeynikov
> Faculty of Mathematics and Mechanics, Saint Petersburg State University
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
More information about the cfe-dev
mailing list