]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/doc/gcc/exception-handling.rst
sphinx: add missing trailing newline
[thirdparty/gcc.git] / gcc / doc / gcc / exception-handling.rst
CommitLineData
c63539ff
ML
1..
2 Copyright 1988-2022 Free Software Foundation, Inc.
3 This is part of the GCC manual.
4 For copying conditions, see the copyright.rst file.
5
6.. _exception-handling:
7
8Exception Handling
9******************
10
11* In the situation where no matching handler is found, it is
12 implementation-defined whether or not the stack is unwound before
13 std::terminate() is called (C++98 15.5.1).
14
3ed1b4ce 15 The stack is not unwound before std::terminate is called.