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 b679e4b commit 0ff0e09Copy full SHA for 0ff0e09
source/meta.tex
@@ -4910,7 +4910,7 @@
4910
template<class T> struct Pair<char, T> { };
4911
template<class T> using PairPtr = Pair<T*>;
4912
4913
-static_assert(template_of(^^Pair<int>) == ^^Pair<int>);
+static_assert(template_of(^^Pair<int>) == ^^Pair);
4914
static_assert(template_of(^^Pair<char, char>) == ^^Pair);
4915
static_assert(template_arguments_of(^^Pair<int>).size() == 2);
4916
static_assert(template_arguments_of(^^Pair<int>)[0] == ^^int);
0 commit comments