-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing inline #144
Labels
Comments
Thanks @ldcMasa. I will fix it ASAP. |
artem-ogre
added a commit
that referenced
this issue
Oct 5, 2023
Fixed and did a new release. Thank you again. |
Ah, I rushed the wrong fix first. Could you please verify that the latest master fixes the problem? |
Yes, it works fine, thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
In file CDT_Utils.hpp, the function touchesSuperTriangle should be defined as
CDT_INLINE_IF_HEADER_ONLY
bool touchesSuperTriangle(const Triangle& t)
Otherwise, it leads to duplicate symbol errors.
The text was updated successfully, but these errors were encountered: