$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r57367 - sandbox/ggl/other/comparisons/ggl
From: barend.gehrels_at_[hidden]
Date: 2009-11-04 12:25:59
Author: barendgehrels
Date: 2009-11-04 12:25:58 EST (Wed, 04 Nov 2009)
New Revision: 57367
URL: http://svn.boost.org/trac/boost/changeset/57367
Log:
intersection -> intersection_inserter as it is now in GGL Formal Review
Text files modified: 
   sandbox/ggl/other/comparisons/ggl/ggl_check.cpp |     4 ++--                                    
   1 files changed, 2 insertions(+), 2 deletions(-)
Modified: sandbox/ggl/other/comparisons/ggl/ggl_check.cpp
==============================================================================
--- sandbox/ggl/other/comparisons/ggl/ggl_check.cpp	(original)
+++ sandbox/ggl/other/comparisons/ggl/ggl_check.cpp	2009-11-04 12:25:58 EST (Wed, 04 Nov 2009)
@@ -374,7 +374,7 @@
 
                     POLY p;
                     std::vector<POLY> v;
-                    ggl::intersection<POLY>(*eit, *it, std::back_inserter(v));
+                    ggl::intersection_inserter<POLY>(*eit, *it, std::back_inserter(v));
 
                     if (compare::OVERLAY_AREA) // && k != 1911)
                     {
@@ -434,7 +434,7 @@
 
                 POLY p;
                 std::vector<POLY> v;
-                ggl::intersection<POLY>(*bit, *it, std::back_inserter(v));
+                ggl::intersection_inserter<POLY>(*bit, *it, std::back_inserter(v));
 
                 if (compare::CLIP_AREA)
                 {