This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug c++/13396] exceptions disrupted by C in the call stack


------- Additional Comments From bangerth at dealii dot org  2003-12-19 08:49 -------
throw() means: this function doesn't throw anything. If it does, 
then this is converted to a call to terminate. throw(...) is the same 
as if you don't specify anything, i.e.: this function can throw anything. 
 
W. 

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13396


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