diff options
Diffstat (limited to 'devdocs/gcc~13/exception-handling.html')
| -rw-r--r-- | devdocs/gcc~13/exception-handling.html | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/devdocs/gcc~13/exception-handling.html b/devdocs/gcc~13/exception-handling.html deleted file mode 100644 index 11d1391f..00000000 --- a/devdocs/gcc~13/exception-handling.html +++ /dev/null @@ -1,7 +0,0 @@ -<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"> - © 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> |
