to_double made inline

This commit is contained in:
Daniel Russel 2006-07-13 14:54:21 +00:00
parent 6ee09c0b08
commit ad74b8dc10
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ namespace std {
CGAL_BEGIN_NAMESPACE
double to_double(CGAL_POLYNOMIAL_NS::internal::Double_with_infinity d) {
inline double to_double(CGAL_POLYNOMIAL_NS::internal::Double_with_infinity d) {
return to_double(static_cast<double>(d));
}