Skip to content

Commit e8db874

Browse files
committed
Merge pull request #608 from morinmorin/master
[support.types] Remove "field", which is not a defined term in C++
2 parents afe49cf + a495f24 commit e8db874

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/support.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@
9191
The expression \tcode{offsetof}(\textit{type}, \grammarterm{member-designator})
9292
is never type-dependent~(\ref{temp.dep.expr}) and it is
9393
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.
94+
dependent. The result of applying the \tcode{offsetof} macro to
95+
a static data member or a function member is undefined.
9696
No operation invoked by the \tcode{offsetof} macro shall throw an exception and
9797
\tcode{noexcept(offsetof(type, member-designator))} shall be \tcode{true}.
9898

0 commit comments

Comments
 (0)