erleben / OpenTissue

OpenTissue is a collection of generic algorithms and data structures for rapid development of interactive modeling and simulation.
http://www.opentissue.org
95 stars 26 forks source link

Code changes for building with gcc-9 and clang-9 under linux #4

Closed MarkusWalzth closed 4 years ago

MarkusWalzth commented 4 years ago

Hi,

I tried to compile your project under linux with gcc-9 and clang-9 and I stumbled into a few problems, that the compiler was not able to descriminate namespaces and class qualifiert correctly. Therefore I added these.

Updated one used macro-definition of boost, which is not used anymore since version 1.49

Included one prototype definition in intersection_triangle_triangle_sat.h so compiler doesn't quit with an error

MarkusWalzth commented 4 years ago

sry for all the bs-commits between!