Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r63991 - in sandbox/geometry/boost/geometry/strategies: cartesian spherical
From: barend.gehrels_at_[hidden]
Date: 2010-07-13 14:55:27


Author: barendgehrels
Date: 2010-07-13 14:55:27 EDT (Tue, 13 Jul 2010)
New Revision: 63991
URL: http://svn.boost.org/trac/boost/changeset/63991

Log:
Removed redundant typenames
Text files modified:
   sandbox/geometry/boost/geometry/strategies/cartesian/distance_projected_point.hpp | 2 +-
   sandbox/geometry/boost/geometry/strategies/spherical/distance_cross_track.hpp | 2 +-
   2 files changed, 2 insertions(+), 2 deletions(-)

Modified: sandbox/geometry/boost/geometry/strategies/cartesian/distance_projected_point.hpp
==============================================================================
--- sandbox/geometry/boost/geometry/strategies/cartesian/distance_projected_point.hpp (original)
+++ sandbox/geometry/boost/geometry/strategies/cartesian/distance_projected_point.hpp 2010-07-13 14:55:27 EDT (Tue, 13 Jul 2010)
@@ -181,7 +181,7 @@
 template <typename Point, typename PointOfSegment, typename CalculationType, typename Strategy>
 struct strategy_point_point<projected_point<Point, PointOfSegment, CalculationType, Strategy> >
 {
- typedef typename Strategy type;
+ typedef Strategy type;
 };
 
 

Modified: sandbox/geometry/boost/geometry/strategies/spherical/distance_cross_track.hpp
==============================================================================
--- sandbox/geometry/boost/geometry/strategies/spherical/distance_cross_track.hpp (original)
+++ sandbox/geometry/boost/geometry/strategies/spherical/distance_cross_track.hpp 2010-07-13 14:55:27 EDT (Tue, 13 Jul 2010)
@@ -224,7 +224,7 @@
 template <typename Point, typename PointOfSegment, typename CalculationType, typename Strategy>
 struct strategy_point_point<cross_track<Point, PointOfSegment, CalculationType, Strategy> >
 {
- typedef typename Strategy type;
+ typedef Strategy type;
 };
 
 


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