Boost.Geometry: Merged r72086 through r72406

[SVN r72409]
This commit is contained in:
Barend Gehrels
2011-06-05 14:43:07 +00:00
parent 779aec050b
commit c76cee8932
43 changed files with 790 additions and 219 deletions

View File

@@ -96,11 +96,11 @@ int test_main(int, char* [])
test_all<bg::model::d2::point_xy<float> >();
test_all<bg::model::d2::point_xy<double> >();
test_spherical<bg::model::point<double, 2, bg::cs::spherical<bg::degree> > >();
test_spherical<bg::model::point<double, 2, bg::cs::spherical_equatorial<bg::degree> > >();
#if defined(HAVE_TTMATH)
test_all<bg::model::d2::point_xy<ttmath_big> >();
test_spherical<bg::model::point<ttmath_big, 2, bg::cs::spherical<bg::degree> > >();
test_spherical<bg::model::point<ttmath_big, 2, bg::cs::spherical_equatorial<bg::degree> > >();
#endif
return 0;