"John Torjo" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi all,
>
> I was just thinking (actually, I needed this, while doing some coding),
that
> STATIC_ASSERT could get a little of the SMART_ASSERT flavour.
>
> What am I talking about?
> In case a STATIC_ASSERT fails, how about dumping some data that was
involved
> in the expression?
>
SMART_ASSERT is very useful to provide context information for hard to
reproduce errors. STATIC_ASSERT error can be reproduced reliably during
every compilation.

/Pavel



_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to