Hi all,
Actually, I think we are safe when not using gcc 4.7.0 or 4.7.1.
:-) But it was fixed in 4.7.2.
http://stackoverflow.com/questions/16190269/g-always-backward-compatible-with-older-static-libraries
So, good news!
What compiler versions do people use? On Windows, Nicolas has
managed to upgrade us almost to 4.8.1 (great work), just a few loose
ends left.
Cheers,
Johan
On 8-11-2013 3:26, Vinícius dos Santos
Oliveira wrote:
Em Qui, 2013-11-07 às 23:55 +0100, Johan Engelen escreveu:
I asked the Scribus guys what their plans
are regarding C++11. They had not thought about it much, but I
got a very interesting reply, that is relevant for us too.
Please read below.
Indeed, all this info is interesting.
And unfortunately, it seems we will have to wait more to use
C++11. I'll skip the changes (lambdas) that I wanted to introduce
in libdepixelize and finish the features with as little spagheti
code as possible. But I'll have to choose between (1) put related
code closer or (2) add abstractions that avoid code duplication.
T_T