Hi all, Now that we have branched for release, can we now *finally* switch trunk to require C++11? Let's start with features supported by GCC 4.6 [1].
I am very rapidly loosing my patience here and find it very demotivating that we are still hung-up on this.
Googling a bit and reading on our mail thread finds plenty of options for people on ancient hardware.
-Johan
[1] http://wiki.apache.org/stdcxx/C%2B%2B0xCompilerSupport
On 27-6-2014 21:03, Tavmjong Bah wrote:
Hi,
I noticed a bunch of 'for' loops in Liam's code and that got me wondering about using C++11 in the experimental branch as 'auto' is so much nicer that "std::map<SPDocument*,int>::iterator iter". When can we start using C++11?
I noticed that http://wiki.inkscape.org/wiki/index.php/C%2B%2B11 only shows results for one Window's compiler. Is there a test program we can run? Fedora 20 is using GCC 4.8 and clang 3.4; both support 'auto' (GCC since 4.4).
Tav