Doc fixes

[SVN r71318]
This commit is contained in:
Barend Gehrels
2011-04-16 12:23:50 +00:00
parent 914608d19c
commit e0bf400266
3 changed files with 3 additions and 9 deletions

View File

@@ -28,11 +28,11 @@ int main()
// Assign a box to a polygon (conversion box->poly)
polygon p;
boost::geometry::assign(b, p);
boost::geometry::assign_rev(p, b);
// Assign a point to another point type (conversion of point-type)
boost::tuple<double, double> p2;
boost::geometry::assign(p1, p2);
boost::geometry::assign_rev(p2, p1);
using boost::geometry::dsv;