mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-13 12:32:09 +00:00
model namespaces, moved point_xy to d2::point_xy, revised point_ll_deg to ll::point<degree>
[SVN r66975]
This commit is contained in:
@@ -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> >();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user