Boost logo

Boost-Commit :

From: matthiasschabel_at_[hidden]
Date: 2007-05-30 17:22:15


Author: matthiasschabel
Date: 2007-05-30 17:22:15 EDT (Wed, 30 May 2007)
New Revision: 4369
URL: http://svn.boost.org/trac/boost/changeset/4369

Log:
remove duplicate typedef

Text files modified:
   sandbox/units/boost/units/scaled_base_unit.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: sandbox/units/boost/units/scaled_base_unit.hpp
==============================================================================
--- sandbox/units/boost/units/scaled_base_unit.hpp (original)
+++ sandbox/units/boost/units/scaled_base_unit.hpp 2007-05-30 17:22:15 EDT (Wed, 30 May 2007)
@@ -122,7 +122,7 @@
>
>
> unit_type;
- typedef typename S::dimension_type dimension_type;
+
     static std::string symbol() {
         return(Scale::symbol_prefix() + S::symbol());
     }


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