Skip to content

Commit bdc70cd

Browse files
authored
[basic.lval] Replace inappropriate "\keyword" with "\tcode" (#7650)
1 parent a95c5ef commit bdc70cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/expressions.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@
321321
If a program invokes
322322
a defaulted copy/move constructor or copy/move assignment operator
323323
for a union of type \tcode{U} with a glvalue argument
324-
that does not denote an object of type \cv{}~\keyword{U} within its lifetime,
324+
that does not denote an object of type \cv{}~\tcode{U} within its lifetime,
325325
the behavior is undefined.
326326
\begin{note}
327327
In C, an entire object of structure type can be accessed, e.g., using assignment.

0 commit comments

Comments
 (0)