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.
1 parent 51a5bba commit 50930e2Copy full SHA for 50930e2
source/meta.tex
@@ -3984,7 +3984,7 @@
3984
3985
static_assert(^^x != ^^y); // OK, \tcode{r} and \tcode{y} are different variables so their
3986
// reflections compare different
3987
-static_assert(object_of((^^x) == object_of(^^y))); // OK, because \tcode{y} is a reference
+static_assert(object_of(^^x) == object_of(^^y)); // OK, because \tcode{y} is a reference
3988
// to \tcode{x}, their underlying objects are the same
3989
\end{codeblock}
3990
\end{example}
0 commit comments