
7 May
2011
7 May
'11
11:13 p.m.
W dniu 7 maja 2011 14:26 użytkownik ~suv <suv-sf@...58...> napisał:
Workaround and proposed fix failed on debian sid (GCC 4.6) - as reported on #inkscape (irc).
Attempt #2: try changing the return statement at 2geom/transforms.h:212 to "return static_cast<S &>(*this);" This works with GCC 4.5, but so did "return *static_cast<S const*>(this);" Regards, Krzysztof