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

Modified Files:
      Tag: RC_1_34_0
        implicit_cast.hpp 
Log Message:
removed erroneous macro version

Index: implicit_cast.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/implicit_cast.hpp,v
retrieving revision 1.2
retrieving revision 1.2.10.1
diff -u -d -r1.2 -r1.2.10.1
--- implicit_cast.hpp   26 Jul 2004 00:31:58 -0000      1.2
+++ implicit_cast.hpp   17 Jul 2006 04:17:11 -0000      1.2.10.1
@@ -23,12 +23,6 @@
 //template <typename T>
 //void implicit_cast (...);
 
-// Macro for when you need a constant expression (Gennaro Prota)
-#define BOOST_IMPLICIT_CAST(dst_type, expr)           \
-          ( sizeof( implicit_cast<dst_type>(expr) )   \
-                     ,                                \
-            static_cast<dst_type>(expr)               \
-          )
 
 } // namespace boost
 



-------------------------------------------------------------------------
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