diff --git a/source/compatibility.tex b/source/compatibility.tex index a0ae25da56..a646e4cbb6 100644 --- a/source/compatibility.tex +++ b/source/compatibility.tex @@ -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}