make sure to return with something

This commit is contained in:
Dane Springmeyer 2010-10-07 19:30:35 +00:00
parent 2fc2b4c443
commit 157e835ebf

View File

@ -352,6 +352,7 @@ public:
double y0=boost::get<1>(*cont_.begin());
return distance(x, y, x0, y0) <= abs(tol);
}
return false;
}
void set_capacity(size_t size)