artem-ogre / CDT

Constrained Delaunay Triangulation (C++)
https://artem-ogre.github.io/CDT/
Mozilla Public License 2.0
1.02k stars 129 forks source link

Fix/export definitions #72

Closed egladil86 closed 2 years ago

egladil86 commented 2 years ago

I am not completely sure about these changes, but they work in your visualizer build (header_only and compiled) and our build. dll_import plus inline is a warning (attribute) on gcc (windows with mingw), which is considered an error in our build.

artem-ogre commented 2 years ago

Just a notice: I remember about this PR, but have no free time. Will check it when I can… Thank you for the understanding.

artem-ogre commented 2 years ago

@egladil86 yes, these changes look right, thank you very much!