Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion source/compatibility.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3720,7 +3720,9 @@
The C headers \libheader{complex.h} and
\libheader{tgmath.h} do not contain any of the content from
the C standard library and instead merely include other headers from the \Cpp{}
standard library.
standard library. Whereas the \libheader{tgmath.h} macros can be suppressed in
C by, for example, using parentheses around the macro name, the \Cpp{} overload
sets cannot be bypassed in this manner; casts may be used instead.

\rSec2[diff.mods.to.definitions]{Modifications to definitions}

Expand Down