]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/implicit_cast.hpp
thinko: if we have requires, do not test package
[lyx.git] / boost / boost / implicit_cast.hpp
index 2593cb4b3dab20b20c216fa024884a18e9e6bb10..5b1cd92b9b3963e5560e87199f1c7f5625797e60 100644 (file)
@@ -23,13 +23,7 @@ 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
 
+
 #endif // IMPLICIT_CAST_DWA200356_HPP