|
pstore2
|
An implementation of the standard assert() macro with the exception that it will, on failure, dump a backtrace on platforms with the appropriate support library. More...
#include "pstore/support/portab.hpp"

Go to the source code of this file.
Macros | |
| #define | PSTORE_ASSERT(expr) ((expr) ? static_cast<void> (0) : ::pstore::assert_failed (#expr, __FILE__, __LINE__)) |
Functions | |
| PSTORE_NO_RETURN void | pstore::assert_failed (char const *str, char const *file, int line) |
An implementation of the standard assert() macro with the exception that it will, on failure, dump a backtrace on platforms with the appropriate support library.
Defines assert_failed() which is required by PSTORE_ASSERT.
1.8.13