I have noted that C++ exceptions (Exception(a), where a is any piece of
data) can be used to implement dynamic versions of C++ constructs such as
``return'' and ``break'' (because I have done it).

  So exceptions are certainly more general than function returns, at least
in this context.

  Hans Aberg
                  * Email: Hans Aberg <mailto:[EMAIL PROTECTED]>
                  * Home Page: <http://www.matematik.su.se/~haberg/>
                  * AMS member listing: <http://www.ams.org/cml/>



Reply via email to