|
From: Steven W. <ste...@us...> - 2007-04-29 00:48:18
|
Update of /cvsroot/boost-sandbox/boost-sandbox/boost/units/experimental In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv3360/boost-sandbox/boost/units/experimental Modified Files: base_unit.hpp Log Message: Compare tags using mpl::less Index: base_unit.hpp =================================================================== RCS file: /cvsroot/boost-sandbox/boost-sandbox/boost/units/experimental/base_unit.hpp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- base_unit.hpp 18 Apr 2007 00:12:58 -0000 1.1 +++ base_unit.hpp 29 Apr 2007 00:48:15 -0000 1.2 @@ -43,7 +43,7 @@ { public: typedef base_unit this_type; - typedef mpl::long_<N> value; + //typedef mpl::long_<N> value; typedef Dim dimension_type; private: |