From 82ba818ff456bcd6d56a06226e3f27e98fbb55c3 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 14 Aug 2025 22:58:58 -0500 Subject: removing all downloaded devdocs files --- devdocs/gcc~13/c_002b_002b-implementation.html | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 devdocs/gcc~13/c_002b_002b-implementation.html (limited to 'devdocs/gcc~13/c_002b_002b-implementation.html') diff --git a/devdocs/gcc~13/c_002b_002b-implementation.html b/devdocs/gcc~13/c_002b_002b-implementation.html deleted file mode 100644 index c95f0825..00000000 --- a/devdocs/gcc~13/c_002b_002b-implementation.html +++ /dev/null @@ -1,6 +0,0 @@ -

5 C++ Implementation-Defined Behavior

A conforming implementation of ISO C++ is required to document its choice of behavior in each of the areas that are designated “implementation defined”. The following lists all such areas, along with the section numbers from the ISO/IEC 14882:1998 and ISO/IEC 14882:2003 standards. Some areas are only implementation-defined in one version of the standard.

Some choices depend on the externally determined ABI for the platform (including standard character encodings) which GCC follows; these are listed as “determined by ABI” below. See Binary Compatibility, and https://gcc.gnu.org/readings.html. Some choices are documented in the preprocessor manual. See Implementation-defined behavior in The C Preprocessor. Some choices are documented in the corresponding document for the C language. See C Implementation-Defined Behavior. Some choices are made by the library and operating system (or other environment when compiling for a freestanding environment); refer to their documentation for details.

-

- © Free Software Foundation
Licensed under the GNU Free Documentation License, Version 1.3.
- https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gcc/C_002b_002b-Implementation.html -

-
-- cgit v1.2.3