mirror of https://github.com/CGAL/cgal
Add using statements for ansi-compliance
This commit is contained in:
parent
5539d84219
commit
9db08e1461
|
|
@ -69,9 +69,10 @@ class Bounding_box_2<Tag_false,Kernel>
|
|||
|
||||
public:
|
||||
|
||||
using Box::extend;
|
||||
using Box::min_coord;
|
||||
using Box::max_coord;
|
||||
|
||||
|
||||
template<typename Vertex_iterator>
|
||||
Bounding_box_2(Vertex_iterator begin, Vertex_iterator end) {
|
||||
SFT p[2];
|
||||
|
|
|
|||
Loading…
Reference in New Issue