|
Boost-Commit : |
From: boost_at_[hidden]
Date: 2007-08-14 19:06:53
Author: matthiasschabel
Date: 2007-08-14 19:06:53 EDT (Tue, 14 Aug 2007)
New Revision: 38666
URL: http://svn.boost.org/trac/boost/changeset/38666
Log:
measurement.hpp is only used in libs/units/example - eliminate redundant header
Text files modified:
sandbox/units/libs/units/example/unit_example_20.cpp | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
Modified: sandbox/units/libs/units/example/unit_example_20.cpp
==============================================================================
--- sandbox/units/libs/units/example/unit_example_20.cpp (original)
+++ sandbox/units/libs/units/example/unit_example_20.cpp 2007-08-14 19:06:53 EDT (Tue, 14 Aug 2007)
@@ -74,7 +74,7 @@
template<>
struct is_implicitly_convertible<absolute< unit<temperature_dimension,fahrenheit::system> >,
- absolute< unit<temperature_dimension,SI::system> > > :
+ absolute< unit<temperature_dimension,SI::system> > > :
public mpl::true_
{ };
//]
@@ -91,14 +91,14 @@
quantity<absolute<fahrenheit::temperature> > T1p(32.0*absolute<fahrenheit::temperature>());
quantity<fahrenheit::temperature> T1v(32.0*fahrenheit::degrees);
- quantity<absolute<SI::temperature> > T2p(T1p);
- quantity<absolute<SI::temperature> > T3p = T1p;
+ quantity<absolute<SI::temperature> > T2p(T1p);
+ quantity<absolute<SI::temperature> > T3p = T1p;
quantity<SI::temperature> T2v(T1v);
quantity<SI::temperature> T3v = T1v;
//]
typedef conversion_helper<quantity<absolute<fahrenheit::temperature> >,
- quantity<absolute<SI::temperature> > > absolute_conv_type;
+ quantity<absolute<SI::temperature> > > absolute_conv_type;
typedef conversion_helper<quantity<fahrenheit::temperature,double>,
quantity<SI::temperature,double> > relative_conv_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