Uwe Stöhr wrote:

> Am 02.07.2016 um 17:34 schrieb Uwe Stöhr:
> 
>> I still get the same compilation error:
> 
> Very, very weird: I just recompiled it without changing anything. it is
> incredible but now it compile.

Did you recompile at least once after the compiler upgrade? If not this was 
most likely a side effect of mixing old and new compilation results.

> So I can now compile master again. I'll now try 2.2.x. Please modify
> your today's commit so that at least c++11 is used for MSVC. I can also
> not see a reason why c++14 should not be used with MSVC since this works
> fine for me.

Please try again. My old code contained a thinko and did not do what I 
wanted it to do.

Note that I did not disable C++11 or C++14 for MSVC. In fact, MSVC does not 
have a compiler switch to select the standard you want to use, it always 
decides itself which features are enabled, so what my commit was supposed to 
solve was to get rid of the warning message

cl : Command line warning D9002: ignoring unknown option '--std=c++11'


Georg

Reply via email to