Boost logo

Boost Users :

Subject: Re: [Boost-users] Status of smart_assert
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2013-10-14 12:01:51


On 14/10/13 17:11, Daan Baas wrote:
> Howdy,
>
> I was searching for an intelligent assert facility with serveral debug
> levels, that asserts when it is run debug mode and throws in release
> mode. That is how i ran into Boost's SMART_ASSERT
> (http://www.drdobbs.com/cpp/enhancing-assertions/184403745). However, I
> cannot find anything about it that was posted after 2003 nor can I find
> it on the Boost site. Does anyone know what happened to the project? Was
> is cancelled or did it make it into Boost under another name?

I haven't heard of this library, but adding throwing behaviour on top of
Boost.Assert is pretty simple.

This file in the NT2 library does something like that.
<https://github.com/MetaScale/nt2/blob/master/modules/sdk/error/include/nt2/sdk/error/assert_as_exceptions.hpp>


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net