Multiple Compile Failures on g++ 4.8.2 with -Weffc++ and -Werror
Brought to you by:
kaalus
Environment
Ubuntu 14.04 LTS, with g++ version 4.8.2.
RapidXML
Version 1.13
Problem
There are a fair amount of compiler warnings that pop up with the -Weffc++ is enabled in the compiler. Anyone that promotes warnings to errors (like me) will have this get in the way.
Steps to Reproduce
A Patch Fix
I have attached a patch to v1.13 of RapidXML to address these issues. I have only done very light testing, but these changes seem to have no functional impact.