|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r76966 - trunk/libs/geometry/example_extensions/gis/projections
From: barend.gehrels_at_[hidden]
Date: 2012-02-10 15:47:24
Author: barendgehrels
Date: 2012-02-10 15:47:23 EST (Fri, 10 Feb 2012)
New Revision: 76966
URL: http://svn.boost.org/trac/boost/changeset/76966
Log:
Boost.Geometry corrected renamel of wkt/iomanip -> wkt/stream
Text files modified:
trunk/libs/geometry/example_extensions/gis/projections/p01_projection_example.cpp | 2 +-
trunk/libs/geometry/example_extensions/gis/projections/p02_projfactory_example.cpp | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Modified: trunk/libs/geometry/example_extensions/gis/projections/p01_projection_example.cpp
==============================================================================
--- trunk/libs/geometry/example_extensions/gis/projections/p01_projection_example.cpp (original)
+++ trunk/libs/geometry/example_extensions/gis/projections/p01_projection_example.cpp 2012-02-10 15:47:23 EST (Fri, 10 Feb 2012)
@@ -11,7 +11,7 @@
#include <boost/geometry/geometry.hpp>
#include <boost/geometry/geometries/point_xy.hpp>
#include <boost/geometry/extensions/algorithms/parse.hpp>
-#include <boost/geometry/io/wkt/iomanip.hpp>
+#include <boost/geometry/io/wkt/stream.hpp>
#include <boost/geometry/extensions/gis/latlong/latlong.hpp>
#include <boost/geometry/extensions/gis/projections/parameters.hpp>
#include <boost/geometry/extensions/gis/projections/proj/robin.hpp>
Modified: trunk/libs/geometry/example_extensions/gis/projections/p02_projfactory_example.cpp
==============================================================================
--- trunk/libs/geometry/example_extensions/gis/projections/p02_projfactory_example.cpp (original)
+++ trunk/libs/geometry/example_extensions/gis/projections/p02_projfactory_example.cpp 2012-02-10 15:47:23 EST (Fri, 10 Feb 2012)
@@ -10,7 +10,7 @@
#include <boost/geometry/geometry.hpp>
#include <boost/geometry/geometries/point_xy.hpp>
-#include <boost/geometry/io/wkt/iomanip.hpp>
+#include <boost/geometry/io/wkt/stream.hpp>
#include <boost/geometry/extensions/gis/latlong/latlong.hpp>
#include <boost/geometry/extensions/gis/projections/parameters.hpp>
#include <boost/geometry/extensions/gis/projections/factory.hpp>
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk