mirror of https://github.com/CGAL/cgal
fix compilation when CGAL_LINKED_WITH_TBB is not defined
This commit is contained in:
parent
cc259c137f
commit
81b6084e98
|
|
@ -492,8 +492,8 @@ public:
|
|||
if (boost::is_convertible<Concurrency_tag, Parallel_tag>::value)
|
||||
return Base::get_next_element_impl();
|
||||
else
|
||||
{ //Sequential
|
||||
#endif
|
||||
{ //Sequential
|
||||
if (!Base::no_longer_element_to_refine_impl()) {
|
||||
return Base::get_next_element_impl();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue