mirror of https://github.com/CGAL/cgal
Add 'using' for ansi compliance
This commit is contained in:
parent
c3f6b36e9c
commit
1cd0d69d80
|
|
@ -503,6 +503,9 @@ class Aff_transformationH2
|
|||
typedef typename R_::Direction_2 Direction_2;
|
||||
typedef typename R_::Line_2 Line_2;
|
||||
|
||||
typedef Handle_for_virtual< Aff_transformation_rep_baseH2<R_> > Aff_t_base;
|
||||
using Handle_for_virtual<Aff_t_base>::initialize_with;
|
||||
|
||||
public:
|
||||
typedef R_ R;
|
||||
|
||||
|
|
|
|||
|
|
@ -293,6 +293,8 @@ class Aff_transformationH3
|
|||
typedef typename R_::Plane_3 Plane_3;
|
||||
typedef typename R_::Aff_transformation_3 Aff_transformation_3;
|
||||
|
||||
typedef Handle_for_virtual< Aff_transformation_rep_baseH3<R_> > Aff_t_base;
|
||||
using Handle_for_virtual<Aff_t_base>::initialize_with;
|
||||
public:
|
||||
typedef R_ R;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue