diff options
author | lloyd <[email protected]> | 2010-09-26 16:44:01 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-09-26 16:44:01 +0000 |
commit | edd522e5ceb31180eed22c2f1bcae50e4f79c2ae (patch) | |
tree | e6bbf6742f1eebd68cfc014bd3b220eea450805b /readme.txt | |
parent | ecc8ad2244477830c802610016f02a9d5bba8d3e (diff) |
There is a pretty common pattern in the code for testing for internal
errors of the form
if(some_expr_indicating_failure)
throw Internal_Error("Some mildly informative message");
Make this simpiler with the addition of a BOTAN_ASSERT macro which will
throw an exception upon failure.
Diffstat (limited to 'readme.txt')
0 files changed, 0 insertions, 0 deletions