Hi Christian,

thanks.
I have done the changes and pushed to the repository.
It's a pity that Microsoft is so slow in adopting C++11.
I appreciate you taking care and being tolerant.

@Ivo: I also had to make a small change in CAppSetupMac.cpp
-    setenv("PATH", value.toLatin1().constData(), true);
+    qputenv("PATH", value.toLatin1().constData());
I hope, the qt style command does the same as the native command.

Have a good weekend everybody,

Helmut

Am 19.03.2016 um 08:21 schrieb Christian Eichler:
> Hi Helmut,
>
> feel free to adapt the code they way you need to.
>
> In this case constexpr is only used to initialize several constants
> used for conversion in the unit/* classes, changing that shouldn't
> be a huge thing.
>
> I have to admit, that I assumed VS2013 would support (more or less)
> everything that is part of C++11, but that is (by far) not the case
> as one can see in [1].
>
> I'll take a look at that list prior to the next usage of "modern"
> C++11 features ;)
>
> -chris
>
> [1]: https://msdn.microsoft.com/library/hh567368.aspx#featurelist
>
>
> On Fri, 18 Mar 2016 20:00:30 +0100
> Helmut Schmidt <hs...@arcor.de> wrote:
>
>> Hi Oliver and Christian,
>>
>> constexpr is not supported by Visual Studio 2013, even with the latest
>> update.
>> Could you avoid using this keyword, please?
>>
>> I can adapt the code or you do it - as you prefer.
>>
>> Best regards,
>>
>> Helmut
>>
>> ------------------------------------------------------------------------------
>> Transform Data into Opportunity.
>> Accelerate data analysis in your applications with
>> Intel Data Analytics Acceleration Library.
>> Click to learn more.
>> http://pubads.g.doubleclick.net/gampad/clk?id=278785231&iu=/4140
>> _______________________________________________
>> Qlandkartegt-users mailing list
>> Qlandkartegt-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users

------------------------------------------------------------------------------
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785231&iu=/4140
_______________________________________________
Qlandkartegt-users mailing list
Qlandkartegt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users

Reply via email to