mirror of https://github.com/CGAL/cgal
fix for clang
This commit is contained in:
parent
cb5e13ad1f
commit
1bdf8e7e10
|
|
@ -1171,3 +1171,4 @@ log.txt
|
||||||
patches_after_merge.ply
|
patches_after_merge.ply
|
||||||
CMakeUserPresets.json
|
CMakeUserPresets.json
|
||||||
/.cache
|
/.cache
|
||||||
|
compile_commands.json
|
||||||
|
|
|
||||||
|
|
@ -97,7 +97,7 @@ struct Remove_needs_FT<Needs_FT<T> >
|
||||||
|
|
||||||
} // namespace CGAL
|
} // namespace CGAL
|
||||||
|
|
||||||
#ifdef CGAL_LINKED_WITH_TBB
|
#if __cpp_lib_execution >= 201603L && defined(CGAL_LINKED_WITH_TBB)
|
||||||
# include <execution>
|
# include <execution>
|
||||||
|
|
||||||
namespace CGAL {
|
namespace CGAL {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue