Boost logo

Boost-Commit :

From: boost_at_[hidden]
Date: 2008-05-18 20:52:35


Author: matthiasschabel
Date: 2008-05-18 20:52:34 EDT (Sun, 18 May 2008)
New Revision: 45511
URL: http://svn.boost.org/trac/boost/changeset/45511

Log:
can't commit?
Text files modified:
   sandbox/units/boost/units/systems/angle/gradians.hpp | 2 +-
   sandbox/units/boost/units/systems/angle/revolutions.hpp | 2 +-
   sandbox/units/boost/units/systems/temperature/celsius.hpp | 2 +-
   sandbox/units/boost/units/systems/temperature/fahrenheit.hpp | 2 +-
   4 files changed, 4 insertions(+), 4 deletions(-)

Modified: sandbox/units/boost/units/systems/angle/gradians.hpp
==============================================================================
--- sandbox/units/boost/units/systems/angle/gradians.hpp (original)
+++ sandbox/units/boost/units/systems/angle/gradians.hpp 2008-05-18 20:52:34 EDT (Sun, 18 May 2008)
@@ -18,7 +18,7 @@
 #include <boost/units/quantity.hpp>
 #include <boost/units/static_constant.hpp>
 #include <boost/units/make_system.hpp>
-#include <boost/units/systems/angle/base_units/gradian.hpp>
+#include <boost/units/base_units/angle/gradian.hpp>
 
 namespace boost {
 

Modified: sandbox/units/boost/units/systems/angle/revolutions.hpp
==============================================================================
--- sandbox/units/boost/units/systems/angle/revolutions.hpp (original)
+++ sandbox/units/boost/units/systems/angle/revolutions.hpp 2008-05-18 20:52:34 EDT (Sun, 18 May 2008)
@@ -18,7 +18,7 @@
 #include <boost/units/quantity.hpp>
 #include <boost/units/static_constant.hpp>
 #include <boost/units/make_system.hpp>
-#include <boost/units/systems/angle/base_units/revolution.hpp>
+#include <boost/units/base_units/angle/revolution.hpp>
 
 namespace boost {
 

Modified: sandbox/units/boost/units/systems/temperature/celsius.hpp
==============================================================================
--- sandbox/units/boost/units/systems/temperature/celsius.hpp (original)
+++ sandbox/units/boost/units/systems/temperature/celsius.hpp 2008-05-18 20:52:34 EDT (Sun, 18 May 2008)
@@ -16,7 +16,7 @@
 #include <boost/units/absolute.hpp>
 #include <boost/units/static_constant.hpp>
 #include <boost/units/make_system.hpp>
-#include <boost/units/systems/temperature/base_units/celsius.hpp>
+#include <boost/units/base_units/temperature/celsius.hpp>
 
 namespace boost {
 

Modified: sandbox/units/boost/units/systems/temperature/fahrenheit.hpp
==============================================================================
--- sandbox/units/boost/units/systems/temperature/fahrenheit.hpp (original)
+++ sandbox/units/boost/units/systems/temperature/fahrenheit.hpp 2008-05-18 20:52:34 EDT (Sun, 18 May 2008)
@@ -17,7 +17,7 @@
 #include <boost/units/io.hpp>
 #include <boost/units/make_system.hpp>
 #include <boost/units/static_constant.hpp>
-#include <boost/units/systems/temperature/base_units/fahrenheit.hpp>
+#include <boost/units/base_units/temperature/fahrenheit.hpp>
 
 namespace boost {
 


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