Skip to content

Commit 4e94336

Browse files
committed
[meta.reflection.queries] Fix example
This seems to have been a mistake during application of P2996R13.
1 parent 7f2022b commit 4e94336

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
@@ -4908,7 +4908,7 @@
49084908
template<class T> struct Pair<char, T> { };
49094909
template<class T> using PairPtr = Pair<T*>;
49104910

4911-
static_assert(template_of(^^Pair<int>) == ^^Pair<int>);
4911+
static_assert(template_of(^^Pair<int>) == ^^Pair);
49124912
static_assert(template_of(^^Pair<char, char>) == ^^Pair);
49134913
static_assert(template_arguments_of(^^Pair<int>).size() == 2);
49144914
static_assert(template_arguments_of(^^Pair<int>)[0] == ^^int);

0 commit comments

Comments
 (0)