on 1.43 boost it seems that BOOST_STATIC_ASSERT just allows to put a boolean value, is there some alternative that allows me to display a message as well on the compile error?
|
feedback
|
|
MPL has
... results in:
| ||||
|
feedback
|
|
Have you tried something like:
If your compiler supports the C++0x static_assert, you can do:
| |||||||
feedback
|