mirror of https://github.com/CGAL/cgal
Fix Algebraic_kernel_d
This commit is contained in:
parent
c8183ab941
commit
eaedab3c60
|
|
@ -114,9 +114,6 @@ public:
|
|||
//! Default constructor
|
||||
Algebraic_real_d_1() : Base(static_cast<const Base&>(get_default_instance())) {}
|
||||
|
||||
//! copy constructor: copy existing Algebraic_real_d_1 (shares rep)
|
||||
Algebraic_real_d_1(const Self& p) : Base(static_cast<const Base&>(p)) {}
|
||||
|
||||
//! creates the algebraic real from \a i.
|
||||
Algebraic_real_d_1(int i ) : Base(Algebraic_real_rep_d_1(i)) { }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue