Skip to content

Commit a27ded1

Browse files
committed
fixups: , in label id
1 parent 1182ecc commit a27ded1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/expressions.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@
341341
If a pointer to $X$ would be valid in
342342
the context of the evaluation of the expression\iref{basic.fundamental},
343343
the result designates $X$;
344-
otherwise, the behavior is undefined.\ubdef{expr.type.reference,lifetime}
344+
otherwise, the behavior is undefined.\ubdef{expr.type.reference.lifetime}
345345
\begin{note}
346346
Before the lifetime of the reference has started or after it has ended,
347347
the behavior is undefined (see~\ref{basic.life}).

source/ub.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@
489489
\rSec2[ub.expr.type]{Type}
490490

491491
\pnum
492-
\ubxref{expr.type.reference,lifetime} \\
492+
\ubxref{expr.type.reference.lifetime} \\
493493
Evaluating a reference when an equivalent use of a pointer denoting the same object
494494
would be invalid has undefined behavior.
495495

0 commit comments

Comments
 (0)