|
Boost-Commit : |
From: boost_at_[hidden]
Date: 2008-05-18 21:16:00
Author: matthiasschabel
Date: 2008-05-18 21:16:00 EDT (Sun, 18 May 2008)
New Revision: 45517
URL: http://svn.boost.org/trac/boost/changeset/45517
Log:
*** DANGER WILL ROBINSON ***
trig functions temporary broken
Text files modified:
sandbox/units/boost/units/cmath.hpp | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
Modified: sandbox/units/boost/units/cmath.hpp
==============================================================================
--- sandbox/units/boost/units/cmath.hpp (original)
+++ sandbox/units/boost/units/cmath.hpp 2008-05-18 21:16:00 EDT (Sun, 18 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,6 +520,8 @@
}
// trig functions with si argument/return types
+/*
+
/// cos of theta in radians
template<class Y>
typename dimensionless_quantity<si::system,Y>::type
@@ -623,6 +625,7 @@
{
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