Fix Algebraic_kernel_d

This commit is contained in:
Andreas Fabri 2019-01-24 17:46:26 +01:00
parent c8183ab941
commit eaedab3c60
1 changed files with 0 additions and 3 deletions

View File

@ -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)) { }