mirror of https://github.com/CGAL/cgal
Removed one of two default constructors
This commit is contained in:
parent
117bf1cedd
commit
d781f3d704
|
|
@ -35,7 +35,7 @@ class Sign_at
|
||||||
public:
|
public:
|
||||||
Sign_at(K k=K()): k_(k) {
|
Sign_at(K k=K()): k_(k) {
|
||||||
}
|
}
|
||||||
Sign_at(){}
|
|
||||||
typedef typename K::Root argument_type;
|
typedef typename K::Root argument_type;
|
||||||
typedef CGAL::Sign result_type;
|
typedef CGAL::Sign result_type;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue