
8 Feb
2006
8 Feb
'06
2:37 p.m.
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