Looks OK to me.
I do have a question though but maybe it's out of scope.
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) and of course I would prefer to 
have a non-zero. But also when assert will throw there's no guarantee afaict 
what a terminate()'d exec will return. Any ideas ?

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

Reply via email to