[geos-commits] [SCM] geos branch master updated. 77dfb8f781d00fb995c3481dca94bb508c4cf373

git at osgeo.org git at osgeo.org
Thu Sep 7 10:08:37 PDT 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "geos".

The branch, master has been updated
       via  77dfb8f781d00fb995c3481dca94bb508c4cf373 (commit)
      from  1e2b2a2600c4ee31378842cc3c46d61cfad9efce (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 77dfb8f781d00fb995c3481dca94bb508c4cf373
Author: Mateusz Loskot <mateusz at loskot.net>
Date:   Thu Sep 7 19:08:31 2017 +0200

    Use GeometryFactory::Ptr instead of old unique_ptr alias

diff --git a/doc/example.cpp b/doc/example.cpp
index 0453c7b..32129a0 100644
--- a/doc/example.cpp
+++ b/doc/example.cpp
@@ -84,7 +84,7 @@ void wkt_print_geoms(vector<Geometry *> *geoms);
 // but that would be boring because you'd need to specify
 // a PrecisionModel and a SRID everytime: those infos are
 // cached inside a GeometryFactory object.
-GeometryFactory::unique_ptr global_factory;
+GeometryFactory::Ptr global_factory;
 
 //#define DEBUG_STREAM_STATE 1
 

-----------------------------------------------------------------------

Summary of changes:
 doc/example.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
geos


More information about the geos-commits mailing list