|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r73060 - trunk/boost/geometry/algorithms
From: barend.gehrels_at_[hidden]
Date: 2011-07-13 14:59:03
Author: barendgehrels
Date: 2011-07-13 14:59:02 EDT (Wed, 13 Jul 2011)
New Revision: 73060
URL: http://svn.boost.org/trac/boost/changeset/73060
Log:
Fixed error in Box1/Box2
Text files modified:
trunk/boost/geometry/algorithms/within.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/geometry/algorithms/within.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/within.hpp (original)
+++ trunk/boost/geometry/algorithms/within.hpp 2011-07-13 14:59:02 EDT (Wed, 13 Jul 2011)
@@ -236,7 +236,7 @@
within_state state;
box_in_box_helper
<
- Box1, Box1, Strategy,
+ Box1, Box2, Strategy,
0, dimension<Box1>::type::value
>::apply(box1, box2, strategy, state);
return state.code();
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