23 Jul
2014
23 Jul
'14
1:04 p.m.
Hello,
I would like to add some diagnostic messages during compile time,
potentially enumerating one or more types as well.
static_assert is great for simple messages but falls a bit short due
to inability to list types and such.
I wonder if BOOST_MPL_ASSERT_MSG is the right answer, however, I am
getting the following errors:
BOOST_MPL_ASSERT_MSG(
std::is_base_of