mirror of https://github.com/CGAL/cgal
test if deprecated stuff are there before testing them
This commit is contained in:
parent
2f53442dc0
commit
359669034b
|
|
@ -1002,7 +1002,9 @@ void _test_circle_construct(CK ck)
|
|||
typename CK::Construct_circular_source_vertex_2()(llaa);
|
||||
typename CK::Construct_circular_target_vertex_2()(llaa);
|
||||
|
||||
#ifdef CGAL_DEPRECATED
|
||||
// testing the deprecate stuffs
|
||||
typename CK::Construct_supporting_circle_2()(ccaa);
|
||||
typename CK::Construct_supporting_line_2()(llaa);
|
||||
#endif
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue