|
Boost-Commit : |
From: boost_at_[hidden]
Date: 2008-05-19 00:59:21
Author: matthiasschabel
Date: 2008-05-19 00:59:20 EDT (Mon, 19 May 2008)
New Revision: 45523
URL: http://svn.boost.org/trac/boost/changeset/45523
Log:
should fix cmath.hpp issues
Text files modified:
sandbox/units/boost/units/cmath.hpp | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
Modified: sandbox/units/boost/units/cmath.hpp
==============================================================================
--- sandbox/units/boost/units/cmath.hpp (original)
+++ sandbox/units/boost/units/cmath.hpp 2008-05-19 00:59:20 EDT (Mon, 19 May 2008)
@@ -24,7 +24,7 @@
#include <boost/units/quantity.hpp>
#include <boost/units/detail/cmath_impl.hpp>
-//#include <boost/units/systems/si/plane_angle.hpp>
+#include <boost/units/systems/si/plane_angle.hpp>
/// \file
/// \brief Overloads of functions in \<cmath\> for quantities
@@ -520,7 +520,6 @@
}
// trig functions with si argument/return types
-/*
/// cos of theta in radians
template<class Y>
@@ -625,7 +624,6 @@
{
return quantity<si::plane_angle,Y>(std::atan2(y,x)*si::radians);
}
-*/
} // namespace units
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