mirror of https://github.com/CGAL/cgal
add using namespace
This commit is contained in:
parent
d119879313
commit
fbccaadd4f
|
|
@ -66,6 +66,7 @@ typedef CDT::Vertex_handle Vertex_handle;
|
|||
typedef CDT::Face_handle Face_handle;
|
||||
typedef CDT::All_faces_iterator All_faces_iterator;
|
||||
|
||||
using namespace parameters;
|
||||
|
||||
void
|
||||
discoverInfiniteComponent(const CDT & ct)
|
||||
|
|
|
|||
Loading…
Reference in New Issue