Update of /cvsroot/boost-sandbox/boost-sandbox/boost/units/systems/angles
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv21284/systems/angles
Modified Files:
degrees.hpp gradians.hpp radians.hpp
Log Message:
include angle conversions in conversion_headers.hpp in angle header files,
add dimensionless unit static consts to SI, CGS
Index: gradians.hpp
===================================================================
RCS file: /cvsroot/boost-sandbox/boost-sandbox/boost/units/systems/angles/gradians.hpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- gradians.hpp 29 Mar 2007 22:39:47 -0000 1.2
+++ gradians.hpp 31 Mar 2007 01:17:17 -0000 1.3
@@ -73,4 +73,6 @@
} // namespace boost
+#include <boost/units/systems/conversions/conversion_headers.hpp>
+
#endif // BOOST_UNITS_GRADIANS_HPP
Index: radians.hpp
===================================================================
RCS file: /cvsroot/boost-sandbox/boost-sandbox/boost/units/systems/angles/radians.hpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- radians.hpp 29 Mar 2007 22:39:47 -0000 1.2
+++ radians.hpp 31 Mar 2007 01:17:17 -0000 1.3
@@ -73,4 +73,6 @@
} // namespace boost
+#include <boost/units/systems/conversions/conversion_headers.hpp>
+
#endif // BOOST_UNITS_RADIANS_HPP
Index: degrees.hpp
===================================================================
RCS file: /cvsroot/boost-sandbox/boost-sandbox/boost/units/systems/angles/degrees.hpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- degrees.hpp 29 Mar 2007 22:39:47 -0000 1.2
+++ degrees.hpp 31 Mar 2007 01:17:17 -0000 1.3
@@ -73,4 +73,6 @@
} // namespace boost
+#include <boost/units/systems/conversions/conversion_headers.hpp>
+
#endif // BOOST_UNITS_DEGREES_HPP
|