Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r86593 - trunk/libs/geometry/test/algorithms
From: barend.gehrels_at_[hidden]
Date: 2013-11-09 06:27:55


Author: barendgehrels
Date: 2013-11-09 06:27:55 EST (Sat, 09 Nov 2013)
New Revision: 86593
URL: http://svn.boost.org/trac/boost/changeset/86593

Log:
[geometry] fixed for_each which requires a closing point for its polygon (since WKT now always closes rings explicitly, few weeks ago)

Text files modified:
   trunk/libs/geometry/test/algorithms/for_each.cpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/libs/geometry/test/algorithms/for_each.cpp
==============================================================================
--- trunk/libs/geometry/test/algorithms/for_each.cpp Sat Nov 9 06:22:57 2013 (r86592)
+++ trunk/libs/geometry/test/algorithms/for_each.cpp 2013-11-09 06:27:55 EST (Sat, 09 Nov 2013) (r86593)
@@ -65,7 +65,7 @@
             , "((1, 1), (1, 4)) ((1, 4), (4, 4)) ((4, 4), (4, 1)) ((4, 1), (1, 1)) "
               "((2, 2), (3, 2)) ((3, 2), (3, 3)) ((3, 3), (2, 3)) ((2, 3), (2, 2))"
             , 4 * 3.0 + 4 * 1.0
- , "POLYGON((10 1,10 4,4 4,4 1,1 1),(2 2,3 2,3 3,2 3,2 2))"
+ , "POLYGON((10 1,10 4,4 4,4 1,1 1,10 1),(2 2,3 2,3 3,2 3,2 2))"
         );
 }
 


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