mirror of https://github.com/CGAL/cgal
One more removal of CGAL_PROTECT macro
This commit is contained in:
parent
fb8595b94e
commit
284508f87c
|
|
@ -3608,10 +3608,7 @@ void test_circulator_from_iterator() {
|
||||||
assert( W.begin()[2] == 9);
|
assert( W.begin()[2] == 9);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#ifndef CGAL_PROTECT_ALGORITHM
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#define CGAL_PROTECT_ALGORITHM
|
|
||||||
#endif
|
|
||||||
|
|
||||||
void test_circulator_from_container() {
|
void test_circulator_from_container() {
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue