fix compilation when CGAL_LINKED_WITH_TBB is not defined

This commit is contained in:
Jane Tournois 2017-03-10 15:50:16 +01:00
parent cc259c137f
commit 81b6084e98
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}