mirror of https://github.com/CGAL/cgal
Add using statements for ansi-compliance
This commit is contained in:
parent
5539d84219
commit
9db08e1461
|
|
@ -69,6 +69,7 @@ class Bounding_box_2<Tag_false,Kernel>
|
|||
|
||||
public:
|
||||
|
||||
using Box::extend;
|
||||
using Box::min_coord;
|
||||
using Box::max_coord;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue