
8 Aug
2006
8 Aug
'06
10:25 p.m.
Pavel, On 8/8/06, Pavel Vozenilek <pavel_vozenilek@hotmail.com> wrote:
Now the visitor will have a typelist of exceptions it does handle and will internally generate a chain of dynamic_casts to select the most appropriate visit() function to be called.
Have a look at catcher.zip in http://www.boost-consulting.com/vault/index.php?&direction=0&order=&directory=Patterns. That is basically exactly what you are describing. Also, search the developer list for "exception visitor" and you should find a discussion that we are currently having about that code. If you have any questions about the code feel free to e-mail me directly. Jeremy