]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/implicit_cast.hpp
* src/MenuBackend.[Ch]: the specialMenu is now a real menu, not a
[lyx.git] / boost / boost / implicit_cast.hpp
index 2593cb4b3dab20b20c216fa024884a18e9e6bb10..70430853a34ce4317e3905ce12abd6aee1b14616 100644 (file)
@@ -23,12 +23,6 @@ inline T implicit_cast (typename mpl::identity<T>::type x) {
 //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