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 f5c6e4e commit c6dc1e6Copy full SHA for c6dc1e6
source/meta.tex
@@ -4039,7 +4039,7 @@
4039
static_assert(^^x != ^^y); // OK, \tcode{x} and \tcode{y} are different variables,
4040
// so their reflections compare different
4041
static_assert(constant_of(^^x) ==
4042
- constant_of(^^y)); // OK, both \tcode{constant_of(x)} and
+ constant_of(^^y)); // OK, both \tcode{constant_of(\reflexpr{x})} and
4043
// \tcode{constant_of(\reflexpr{y})} represent the value \tcode{0}
4044
4045
reflect_constant(0)); // OK, likewise
0 commit comments