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++/17335] rethrowing exceptions and capturing by reference


------- Additional Comments From jason at redhat dot com  2004-09-07 05:24 -------
Subject: Re:  rethrowing exceptions and capturing by
 reference

If you want to rethrow the current exception without copying, write

  throw;

This is not a bug.

Jason


-- 


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


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