[geos-commits] [SCM] geos branch master updated. f1c2215d560473fec89c0b047f299e9028be6533

git at osgeo.org git at osgeo.org
Thu Sep 7 11:33:42 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  f1c2215d560473fec89c0b047f299e9028be6533 (commit)
      from  a625517faf3871999fcbaee5cf0de61e0036d091 (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 f1c2215d560473fec89c0b047f299e9028be6533
Author: Mateusz Loskot <mateusz at loskot.net>
Date:   Thu Sep 7 20:33:22 2017 +0200

    Replace GeometryFactory::unique_ptr remains with Ptr

diff --git a/tests/perf/operation/buffer/IteratedBufferStressTest.cpp b/tests/perf/operation/buffer/IteratedBufferStressTest.cpp
index 1e64c6f..06e5710 100644
--- a/tests/perf/operation/buffer/IteratedBufferStressTest.cpp
+++ b/tests/perf/operation/buffer/IteratedBufferStressTest.cpp
@@ -73,7 +73,7 @@ int
 main()
 {
 	PrecisionModel pm;
-	GeometryFactory::unique_ptr gf = GeometryFactory::create(&pm);
+	GeometryFactory::Ptr gf = GeometryFactory::create(&pm);
 	WKTReader rdr(gf.get());
 
 	string inputWKT =

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

Summary of changes:
 tests/perf/operation/buffer/IteratedBufferStressTest.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
geos


More information about the geos-commits mailing list