Boost.Geometry:

* Catch up with r75977 changes with new layout of IO formats in geometry/io/<FORMAT>/ 
* General maintenance in tests and examples.

[SVN r75979]
This commit is contained in:
Mateusz Loskot
2011-12-16 01:45:22 +00:00
parent ae3de0b902
commit 8fbb9b3655
152 changed files with 928 additions and 178 deletions

View File

@@ -15,10 +15,7 @@
#include <boost/geometry.hpp>
#include <boost/geometry/geometries/linestring.hpp>
#include <boost/geometry/geometries/point_xy.hpp>
#include <boost/geometry/domains/gis/io/wkt/wkt.hpp>
#include <boost/geometry/domains/gis/io/wkt/stream_wkt.hpp>
#include <boost/geometry/io/wkt/wkt.hpp>
int main()
{