One more removal of CGAL_PROTECT macro

This commit is contained in:
Sylvain Pion 2007-01-24 17:18:34 +00:00
parent fb8595b94e
commit 284508f87c
1 changed files with 0 additions and 3 deletions

View File

@ -3608,10 +3608,7 @@ void test_circulator_from_iterator() {
assert( W.begin()[2] == 9);
}
}
#ifndef CGAL_PROTECT_ALGORITHM
#include <algorithm>
#define CGAL_PROTECT_ALGORITHM
#endif
void test_circulator_from_container() {
{