summaryrefslogtreecommitdiff
path: root/devdocs/gcc~13/exception-handling.html
blob: 11d1391ff28d3932f738414dbb2ed12592c482fd (plain)
1
2
3
4
5
6
7
<div class="section-level-extent" id="Exception-handling"> <div class="nav-panel"> <p> Previous: <a href="conditionally-supported-behavior" accesskey="p" rel="prev">Conditionally-Supported Behavior</a>, Up: <a href="c_002b_002b-implementation" accesskey="u" rel="up">C++ Implementation-Defined Behavior</a> [<a href="index#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="indices" title="Index" rel="index">Index</a>]</p> </div>  <h1 class="section" id="Exception-Handling"><span>5.2 Exception Handling<a class="copiable-link" href="#Exception-Handling"> ¶</a></span></h1> <ul class="itemize mark-bullet"> <li>In the situation where no matching handler is found, it is implementation-defined whether or not the stack is unwound before std::terminate() is called (C++98 15.5.1). <p>The stack is not unwound before std::terminate is called. </p> </li>
</ul> </div><div class="_attribution">
  <p class="_attribution-p">
    &copy; Free Software Foundation<br>Licensed under the GNU Free Documentation License, Version 1.3.<br>
    <a href="https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gcc/Exception-handling.html" class="_attribution-link">https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gcc/Exception-handling.html</a>
  </p>
</div>