Namespace renaming: model
As agreed on the mailing list long ago ( December 2009), the geometries that Boost.Geometry provides are now in namespace model. So please update your sources.
For example: boost::geometry::point_xy is now boost::geometry::model::point_xy
In case you don't want to update your sources: an SVN tag has been created just before updating, so the most recent version before this change is here:
https://svn.boost.org/svn/boost/sandbox-tags/geometry/boost-geometry-0.7.0/
This is currently recommended because more renaming (nothing to namespace "algorithm" etc) is foreseen.
