yes, more or less...
what i'm doing is iterating through a vector of functors, and i'd like to wrap the call to the functor's execution method in a try/catch block, so that any exceptions generated by the functor are caught by the functor container and then either handled, or at the very least a log entry is made detailing which functor generated the error so it can be corrected and/or a handler can be written for it in the next release.



LinkBack URL
About LinkBacks



