
18 Dec
2012
18 Dec
'12
5:33 p.m.
On 14/12/2012 13:16, Joshua Boyce wrote:
On Fri, Dec 14, 2012 at 10:36 AM, Olaf van der Spek <ml@vdspek.org> wrote:
BOOST_VERIFY
Ah yes, I forgot about that macro. I only use the raw 'assert'. That's a better solution.
When writing code in Boost, you should use BOOST_ASSERT_MSG, not the raw assert.