Removed one of two default constructors

This commit is contained in:
Andreas Fabri 2010-08-06 11:08:29 +00:00
parent 117bf1cedd
commit d781f3d704
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ class Sign_at
public:
Sign_at(K k=K()): k_(k) {
}
Sign_at(){}
typedef typename K::Root argument_type;
typedef CGAL::Sign result_type;