]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/doc/gcc/conditionally-supported-behavior.rst
sphinx: add missing trailing newline
[thirdparty/gcc.git] / gcc / doc / gcc / conditionally-supported-behavior.rst
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 .. _conditionally-supported-behavior:
7
8 Conditionally-Supported Behavior
9 ********************************
10
11 Each implementation shall include documentation that identifies
12 all conditionally-supported constructs that it does not support (C++0x
13 1.4).
14
15 * Whether an argument of class type with a non-trivial copy
16 constructor or destructor can be passed to ... (C++0x 5.2.2).
17
18 Such argument passing is supported, using the same
19 pass-by-invisible-reference approach used for normal function
20 arguments of such types.