From: Merrill Cornish (merrill.cornish_at_[hidden])
Date: 2006-02-08 09:37:56


Volodya,

>>> Are you sure you have all the catch clauses in place.

Several days ago, I posted a short, single file program that exhibited the throw problem. That example, however, didn't have the allow_unregistered() call in it. That example has a catch for both std::exception (in which case it prints the exception message) and ... (in which case it prints a messages saying unknown exception.

Merrill