exception_nothrow.output 346 B

123456789
  1. //[example_output
  2. > example
  3. Running 1 test case...
  4. ../doc/examples/exception_nothrow.run-fail.cpp:18: error: in "test": exception thrown by some_func(-1)
  5. ../doc/examples/exception_nothrow.run-fail.cpp:24: error: in "test": exception thrown by do { int i(-2); some_func(i);
  6. } while(0)
  7. *** 2 failures are detected in the test module "example"
  8. //]