Actions
Bug #1338
closedWSvgImage.C will not compile with gcc 4.7 and C++11 enabled
Start date:
06/24/2012
Due date:
% Done:
0%
Estimated time:
Description
It looks like a non conformance issue with the new standard, therefore WSvgImage.C should be changed
See "User-defined literals and whitespace"
http://gcc.gnu.org/gcc-4.7/porting_to.html
Fixing the problem requires placing white space around the SVG macro in the string literals.
Updated by Koen Deforche over 12 years ago
- Status changed from New to Resolved
- Target version set to 3.2.2
Hey,
I've fixes this in my git copy, which I'll push later to the git repo.
Regards,
koen
Updated by Koen Deforche over 12 years ago
- Status changed from Resolved to Closed
Released in Wt 3.2.2
Actions