|
From: Matthias S. <mat...@us...> - 2007-04-04 20:07:42
|
Update of /cvsroot/boost-sandbox/boost-sandbox/boost/units/systems In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv5690/systems Modified Files: physical_units.hpp Log Message: impl changes Index: physical_units.hpp =================================================================== RCS file: /cvsroot/boost-sandbox/boost-sandbox/boost/units/systems/physical_units.hpp,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- physical_units.hpp 4 Apr 2007 19:53:53 -0000 1.10 +++ physical_units.hpp 4 Apr 2007 20:07:39 -0000 1.11 @@ -27,13 +27,6 @@ namespace units { -//template<long N> -//struct base_dimension : -// public mpl::int_<N> -//{ -// typedef mpl::int_<N> value; -//}; - /// tag representing length typedef base_dimension<-9> length_tag; |