Closed gicmo closed 7 years ago
Currently nixversion.hpp is included from Version.hpp outside the include guards and therefore the version numbers might get unnecessarily redefined. Fix this by moving it inside Version.hpp's guards.
nixversion.hpp
Version.hpp
Currently
nixversion.hpp
is included fromVersion.hpp
outside the include guards and therefore the version numbers might get unnecessarily redefined. Fix this by moving it insideVersion.hpp
's guards.