We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents afe49cf + a495f24 commit e8db874Copy full SHA for e8db874
source/support.tex
@@ -91,8 +91,8 @@
91
The expression \tcode{offsetof}(\textit{type}, \grammarterm{member-designator})
92
is never type-dependent~(\ref{temp.dep.expr}) and it is
93
value-dependent~(\ref{temp.dep.constexpr}) if and only if \textit{type} is
94
-dependent. The result of applying the \tcode{offsetof} macro to a field that
95
-is a static data member or a function member is undefined.
+dependent. The result of applying the \tcode{offsetof} macro to
+a static data member or a function member is undefined.
96
No operation invoked by the \tcode{offsetof} macro shall throw an exception and
97
\tcode{noexcept(offsetof(type, member-designator))} shall be \tcode{true}.
98
0 commit comments