File tree Expand file tree Collapse file tree 2 files changed +19
-10
lines changed Expand file tree Collapse file tree 2 files changed +19
-10
lines changed Original file line number Diff line number Diff line change 218
218
unless the function's \throws element
219
219
specifies throwing an exception when the precondition is violated.
220
220
221
+ \rSec 1[depr.c.macros]{Deprecated C macros}
222
+
223
+ \pnum
224
+ The header \libheader {stdalign.h} has the following macro:
225
+ \indexheader {stdalign.h}%
226
+ \indexlibraryglobal {__alignas_is_defined}%
227
+ \begin {codeblock }
228
+ #define @\xname {alignas_is_defined}@ 1
229
+ \end {codeblock }
230
+
231
+ \pnum
232
+ The header \libheader {stdbool.h} has the following macro:
233
+ \indexheader {stdbool.h}%
234
+ \indexhdr {stdbool.h}%
235
+ \indexlibraryglobal {__bool_true_false_are_defined}%
236
+ \begin {codeblock }
237
+ #define @\xname {bool_true_false_are_defined}@ 1
238
+ \end {codeblock }
239
+
221
240
\rSec 1[depr.relops]{Relational operators}%
222
241
\indexlibraryglobal {rel_ops}%
223
242
Original file line number Diff line number Diff line change 6090
6090
\rSec 2[stdalign.h.syn]{Header \tcode {<stdalign.h>} synopsis}
6091
6091
6092
6092
\indexheader {stdalign.h}%
6093
- \indexlibraryglobal {__alignas_is_defined}%
6094
- \begin {codeblock }
6095
- #define @\xname {alignas_is_defined}@ 1
6096
- \end {codeblock }
6097
-
6098
6093
\pnum
6099
6094
The contents of the \Cpp {} header \libheader {stdalign.h} are the same as the C
6100
6095
standard library header \libheader {stdalign.h}, with the following changes:
6107
6102
6108
6103
\indexheader {stdbool.h}%
6109
6104
\indexhdr {stdbool.h}%
6110
- \indexlibraryglobal {__bool_true_false_are_defined}%
6111
- \begin {codeblock }
6112
- #define @\xname {bool_true_false_are_defined}@ 1
6113
- \end {codeblock }
6114
-
6115
6105
\pnum
6116
6106
The contents of the \Cpp {} header \libheader {stdbool.h} are the same as the C
6117
6107
standard library header \libheader {stdbool.h}, with the following changes:
You can’t perform that action at this time.
0 commit comments