removed erroneous macro version

[SVN r34578]
This commit is contained in:
Gennaro Prota
2006-07-17 04:17:11 +00:00
parent 06e7d986d2
commit abf3aa23de

View 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