2c6dcdb247
- clarify the reference section - emphasises the BOOST_<level>_THROW behaviour wrt. unexpected exceptions - full example for API testing - renaming cpp files - adding examples
9 lines
346 B
Plaintext
9 lines
346 B
Plaintext
//[example_output
|
|
> example
|
|
Running 1 test case...
|
|
../doc/examples/exception_nothrow.run-fail.cpp:18: error: in "test": exception thrown by some_func(-1)
|
|
../doc/examples/exception_nothrow.run-fail.cpp:24: error: in "test": exception thrown by do { int i(-2); some_func(i);
|
|
} while(0)
|
|
|
|
*** 2 failures are detected in the test module "example"
|
|
//] |