Boost logo

Boost-Commit :

From: boost_at_[hidden]
Date: 2008-05-15 11:36:48


Author: matthiasschabel
Date: 2008-05-15 11:36:48 EDT (Thu, 15 May 2008)
New Revision: 45389
URL: http://svn.boost.org/trac/boost/changeset/45389

Log:
remove arcdegree - redundant with degree and not a unit
Removed:
   sandbox/units/boost/units/systems/metric/arcdegree.hpp

Deleted: sandbox/units/boost/units/systems/metric/arcdegree.hpp
==============================================================================
--- sandbox/units/boost/units/systems/metric/arcdegree.hpp 2008-05-15 11:36:48 EDT (Thu, 15 May 2008)
+++ (empty file)
@@ -1,19 +0,0 @@
-// mcs::units - A C++ library for zero-overhead dimensional analysis and
-// unit/quantity manipulation and conversion
-//
-// Copyright (C) 2003-2007 Matthias Christian Schabel
-// Copyright (C) 2007-2008 Steven Watanabe
-//
-// Distributed under the Boost Software License, Version 1.0. (See
-// accompanying file LICENSE_1_0.txt or copy at
-// http://www.boost.org/LICENSE_1_0.txt)
-
-#ifndef BOOST_UNIT_SYSTEMS_OTHER_ARCDEGREE_HPP_INCLUDED
-#define BOOST_UNIT_SYSTEMS_OTHER_ARCDEGREE_HPP_INCLUDED
-
-#include <boost/units/systems/detail/non_si_unit.hpp>
-#include <boost/units/systems/base_units/radian.hpp>
-
-BOOST_UNITS_NON_SI_UNIT(metric, arcdegree, argdegree, (3.14159265358979323846264338328/180), radian_base_unit, 7);
-
-#endif


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