21 Jan
2008
21 Jan
'08
3:21 p.m.
Kowalke Oliver (QD IT PA AS) wrote:
Hi, does boost provide a macro like BOOST_ASSERT which allows to print out a message if the assertion is raised? best regards, Oliver
How about: BOOST_ASSERT(condition && "error!"); BOOST_ASSERT(!"impossible!"); Regards, -- Shunsuke Sogame