$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r76015 - trunk/libs/geometry/test/algorithms
From: barend.gehrels_at_[hidden]
Date: 2011-12-17 07:33:16
Author: barendgehrels
Date: 2011-12-17 07:33:16 EST (Sat, 17 Dec 2011)
New Revision: 76015
URL: http://svn.boost.org/trac/boost/changeset/76015
Log:
unsigned int to satisfy gcc
Text files modified:
trunk/libs/geometry/test/algorithms/test_intersection.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/libs/geometry/test/algorithms/test_intersection.hpp
==============================================================================
--- trunk/libs/geometry/test/algorithms/test_intersection.hpp (original)
+++ trunk/libs/geometry/test/algorithms/test_intersection.hpp 2011-12-17 07:33:16 EST (Sat, 17 Dec 2011)
@@ -222,7 +222,7 @@
}
template <typename Geometry1, typename Geometry2>
-void test_point_output(std::string const& wkt1, std::string const& wkt2, int expected_count)
+void test_point_output(std::string const& wkt1, std::string const& wkt2, unsigned int expected_count)
{
Geometry1 g1;
bg::read_wkt(wkt1, g1);