This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Implementing Exception Propagation (N2179)


Peter Dimov wrote:
FWIW, my general intent was for rethrow_exception to behave exactly as throw; does in the "synchronous" case. In this case this would imply acquiring the current handlers as mandated by the standard.
By "exactly as throw;", do you mean the argument-less rethrow statement?
In other words, do you believe that G++'s current behaviour for rethrow is in error?


Sebastian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]