30 Jul
2009
30 Jul
'09
10 a.m.
Hello,
I have
BOOST_HAS_STATIC_MEMBER_DATA(size_t, maxsize) // from introspection in
sandbox
template <typename T>
class C {
static const size_t s =
boost::mpl::eval_if<
boost::introspection::has_static_member_data_maxsize<T>,
boost::mpl::size_t