From 9bc45c9ca106bba53a347b81dfcd1e5a8ec23304 Mon Sep 17 00:00:00 2001 From: Artem Pavlenko Date: Tue, 7 Jun 2011 21:16:03 +0000 Subject: [PATCH] + addd boost::equality_comparable --- include/mapnik/box2d.hpp | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/include/mapnik/box2d.hpp b/include/mapnik/box2d.hpp index 040989b0b..edb4a85c2 100644 --- a/include/mapnik/box2d.hpp +++ b/include/mapnik/box2d.hpp @@ -38,11 +38,12 @@ namespace mapnik { /*! * A spatial envelope (i.e. bounding box) which also defines some basic operators. */ -template class MAPNIK_DECL box2d -: boost::addable, - boost::subtractable, - boost::dividable2, T, - boost::multipliable2, T > > > > +template class MAPNIK_DECL box2d +: boost::equality_comparable , + boost::addable, + boost::subtractable, + boost::dividable2, T, + boost::multipliable2, T > > > > > { public: typedef box2d box2d_type;