|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r62181 - sandbox/geometry/libs/geometry/example
From: barend.gehrels_at_[hidden]
Date: 2010-05-24 17:19:54
Author: barendgehrels
Date: 2010-05-24 17:19:53 EDT (Mon, 24 May 2010)
New Revision: 62181
URL: http://svn.boost.org/trac/boost/changeset/62181
Log:
Removed order/closure elements because of dispatch cleanup (it is now as it was before)
Text files modified:
sandbox/geometry/libs/geometry/example/c04_b_custom_triangle_example.cpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Modified: sandbox/geometry/libs/geometry/example/c04_b_custom_triangle_example.cpp
==============================================================================
--- sandbox/geometry/libs/geometry/example/c04_b_custom_triangle_example.cpp (original)
+++ sandbox/geometry/libs/geometry/example/c04_b_custom_triangle_example.cpp 2010-05-24 17:19:53 EDT (Mon, 24 May 2010)
@@ -35,8 +35,8 @@
namespace boost { namespace geometry { namespace dispatch {
// Specializations of area dispatch structure, implement algorithm
-template<typename P, typename S, closure_selector Closure>
-struct area<ring_tag, triangle<P>, clockwise, Closure, S>
+template<typename P, typename S>
+struct area<ring_tag, triangle<P>, S>
{
static inline double apply(triangle<P> const& t, S const&)
{
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