Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/meta.tex
Original file line number Diff line number Diff line change
Expand Up @@ -4039,7 +4039,7 @@
static_assert(^^x != ^^y); // OK, \tcode{x} and \tcode{y} are different variables,
// so their reflections compare different
static_assert(constant_of(^^x) ==
constant_of(^^y)); // OK, both \tcode{constant_of(x)} and
constant_of(^^y)); // OK, both \tcode{constant_of(\reflexpr{x})} and
// \tcode{constant_of(\reflexpr{y})} represent the value \tcode{0}
static_assert(constant_of(^^x) ==
reflect_constant(0)); // OK, likewise
Expand Down