Commit e76c330a authored by Maciej Suminski's avatar Maciej Suminski Committed by Marco Serantoni

Fixes build error with the choosy CLANG (Thanks to Maciej Suminski)

parent d00fae58
...@@ -357,7 +357,7 @@ private: ...@@ -357,7 +357,7 @@ private:
ForwardIterator it; ForwardIterator it;
for (it = first; it != last; ++it) { for (it = first; it != last; ++it) {
bool status = insertNode<TraitsType>(dart, **it); insertNode<TraitsType>(dart, **it);
} }
} }
...@@ -1914,13 +1914,4 @@ passes: ...@@ -1914,13 +1914,4 @@ passes:
}; // End of ttl namespace scope (but other files may also contain functions for ttl) }; // End of ttl namespace scope (but other files may also contain functions for ttl)
//------------------------------------------------------------------------------------------------
// ----------------------------- Constrained Triangulation Group --------------------------------
//------------------------------------------------------------------------------------------------
// Still namespace ttl
#include <ttl/ttl_constr.h>
#endif // _TTL_H_ #endif // _TTL_H_
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment