Skip to content

Commit 0ff0e09

Browse files
committed
[meta.reflection.queries] Fix example
This seems to have been a mistake during application of P2996R13.
1 parent b679e4b commit 0ff0e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/meta.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4910,7 +4910,7 @@
49104910
template<class T> struct Pair<char, T> { };
49114911
template<class T> using PairPtr = Pair<T*>;
49124912

4913-
static_assert(template_of(^^Pair<int>) == ^^Pair<int>);
4913+
static_assert(template_of(^^Pair<int>) == ^^Pair);
49144914
static_assert(template_of(^^Pair<char, char>) == ^^Pair);
49154915
static_assert(template_arguments_of(^^Pair<int>).size() == 2);
49164916
static_assert(template_arguments_of(^^Pair<int>)[0] == ^^int);

0 commit comments

Comments
 (0)