Boost logo

Boost Users :

Subject: [Boost-users] [test] Unexpected Exceptions
From: Florian Winter (fw_at_[hidden])
Date: 2009-11-16 12:10:27


Hi,

What is the intended behavior of Boost.Test if an unexpected exception
is thrown? Example:

  void do_not_throw() throw() {
    throw "unexpected";
  }

Some of my applications using Boost.Test seem exit with an error code of
0 (successful) if an unexpected exception is thrown. Is this the
intended behavior?

Best regards,
fw


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net