Toon Knapen writes:

> When testing programs, we also check the return value of the program to
> check no internal erros popped up. However, if assert calls abort(), the
> return value will be zero (at least on my linux box)

Are you sure?  The standard specifies that abort should return a status 
code that indicates unsuccessful termination, and this is the behavior 
that I see on MY Linux box.

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

Reply via email to