model namespaces, moved point_xy to d2::point_xy, revised point_ll_deg to ll::point<degree>

[SVN r66975]
This commit is contained in:
Barend Gehrels
2010-12-02 16:10:47 +00:00
parent 5b257fc37a
commit 1c8fce3059
114 changed files with 569 additions and 493 deletions

View File

@@ -69,7 +69,7 @@ void test_all()
int test_main(int, char* [])
{
test_all<bg::model::point_2d>();
test_all<bg::model::d2::point>();
test_all<bg::model::point<int, 2, bg::cs::cartesian> >();
test_all<boost::tuple<double, double> >();