Update of /cvsroot/boost/boost/boost/typeof
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv346/boost/typeof

Modified Files:
        typeof_impl.hpp 
Log Message:
Removed tabs in typeof_impl.hpp

Index: typeof_impl.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/typeof/typeof_impl.hpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- typeof_impl.hpp     8 Sep 2006 16:16:57 -0000       1.9
+++ typeof_impl.hpp     8 Sep 2006 16:23:16 -0000       1.10
@@ -96,14 +96,14 @@
 
 #ifdef __DMC__
 #define BOOST_TYPEOF_NESTED_TYPEITEM_2(z,n,expr)\
-       typedef typename 
_typeof_encode_fraction<iteration>::BOOST_PP_CAT(item,n) BOOST_PP_CAT(item,n);
+    typedef typename _typeof_encode_fraction<iteration>::BOOST_PP_CAT(item,n) 
BOOST_PP_CAT(item,n);
 
 #define BOOST_TYPEOF_FRACTIONTYPE()\
-       
BOOST_PP_REPEAT(BOOST_TYPEOF_LIMIT_SIZE,BOOST_TYPEOF_NESTED_TYPEITEM_2,_)\
-       typedef _typeof_fraction_iter<Pos> fraction_type;
+    BOOST_PP_REPEAT(BOOST_TYPEOF_LIMIT_SIZE,BOOST_TYPEOF_NESTED_TYPEITEM_2,_)\
+    typedef _typeof_fraction_iter<Pos> fraction_type;
 #else
 #define BOOST_TYPEOF_FRACTIONTYPE()\
-       typedef _typeof_encode_fraction<iteration> fraction_type;
+    typedef _typeof_encode_fraction<iteration> fraction_type;
 #endif
 
 #define BOOST_TYPEOF_NESTED_TYPEDEF_IMPL(expr) \


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to