Skip to content

Commit 40ebd2f

Browse files
FrankHBjwakely
authored andcommitted
Fix wrong reference
Change for `&&` in [diff.cpp03.expr] should refer to [expr.log.and] rather than [expr.log.or].
1 parent 110d97d commit 40ebd2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/compatibility.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -906,7 +906,7 @@
906906
toward negative infinity, whereas this International Standard always rounds
907907
the result toward 0.
908908

909-
\ref{expr.log.or}
909+
\ref{expr.log.and}
910910
\change \tcode{\&\&} is valid in a \grammarterm{type-name}
911911
\rationale Required for new features.
912912
\effect

0 commit comments

Comments
 (0)