...
Thus, it is important to prevent constructors and destructors of objects with static storage duration to throw exceptions. See also ERR33-CPP. Destructors must not throw exceptions.
...
Thus, it is important to prevent constructors and destructors of objects with static storage duration to throw exceptions. See also ERR33-CPP. Destructors must not throw exceptions.