
27 Jul
2006
27 Jul
'06
8:15 p.m.
On 7/27/06, Alexander Nasonov <alnsn@yandex.ru> wrote:
Well, if it's macro, why not just generate handle-seq (a list of catch clauses) rather then catch(...) { handle(); throw; } ?
There are two reasons, really. The first reason is that it isn't something that I have considered before. I have spent essentially zero time looking at the preprocessor library. The second reason is that using the preprocessor just doesn't seem as much fun. I will explore that idea, though, since it is something that I don't have much experience with. Jeremy