Closed collinsr closed 6 years ago
g++ 4.8.5 (the default complier on centos7) has a bug:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59482
...which prevented the inner 'pimpl' classes for diva_geometry and diva_activity from compiling. This commit converts the pimpl classes from inner to peer classes.
Tested on both g++ 4.8.5 (centos7) and apple-clang 7.0.2 (osx).
g++ 4.8.5 (the default complier on centos7) has a bug:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59482
...which prevented the inner 'pimpl' classes for diva_geometry and diva_activity from compiling. This commit converts the pimpl classes from inner to peer classes.
Tested on both g++ 4.8.5 (centos7) and apple-clang 7.0.2 (osx).