[geos-commits] [SCM] GEOS branch master updated. f7f65981988a795a0a5c1a512ede2856d0118f63

git at osgeo.org git at osgeo.org
Thu Jul 11 09:13:32 PDT 2019


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  f7f65981988a795a0a5c1a512ede2856d0118f63 (commit)
      from  b3de1051d8618bf6cf4c9c4ced5eecfb4ca72fed (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 f7f65981988a795a0a5c1a512ede2856d0118f63
Author: Daniel Baston <dbaston at gmail.com>
Date:   Thu Jul 11 12:13:26 2019 -0400

    Catch exception by reference

diff --git a/src/triangulate/quadedge/Vertex.cpp b/src/triangulate/quadedge/Vertex.cpp
index 627e427..63d6332 100644
--- a/src/triangulate/quadedge/Vertex.cpp
+++ b/src/triangulate/quadedge/Vertex.cpp
@@ -151,7 +151,7 @@ Vertex::circleCenter(const Vertex& b, const Vertex& c) const
     try {
         cc.reset(new Vertex(hcc->getX(), hcc->getY()));
     }
-    catch(NotRepresentableException nre) {
+    catch(NotRepresentableException & nre) {
     }
 
     return cc;

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

Summary of changes:
 src/triangulate/quadedge/Vertex.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list