As far as I can see, this is the only problem that prevents us from using c++11:
http://sourceforge.net/mailarchive/message.php?msg_id=30712885
Just search this thread for “c++11”.
“As I understand it, there isn't a suitable version of GCC available on
OS X yet.”
I don’t know whether this is still a problem, though.
Regards,
Markus
Von: Vinícius dos Santos Oliveira [mailto:vini.ipsmaker@...400...]
Gesendet: Donnerstag, 19. September 2013 19:47
An: Nathan Hurst
Cc: Inkscape-dev
Betreff: Re: [Inkscape-devel] [Tracing] Report #8: Inkscape integration
Em Sex, 2013-09-20 às 02:21 +1000, Nathan Hurst escreveu:
are we thinking about switching to
c++11?
Lambdas, foreach, type inference... C++11 would make my code sooo much beautiful. And I'd have automatic perfect forwarding for vectors thanks to move semantics, improving performance a little bit (only a little, I don't believe the overhead of the code is vector).
=D'
C++11 could make 2geom more beautiful too (variadic templates replacing the several functions overload that just take one more extra Point argument in Path::appendNew).
-- |