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 5fa8f23 commit b2e6fb2Copy full SHA for b2e6fb2
libcxx/test/libcxx/diagnostics/map.nodiscard.verify.cpp
@@ -24,7 +24,7 @@ struct TransparentCompare {
24
25
bool operator()(const int&, const TransparentKey&) const;
26
27
- bool operator()(const TransparentKey<T>&, const int&) const;
+ bool operator()(const TransparentKey&, const int&) const;
28
29
bool operator()(const int&, const int&) const;
30
};
0 commit comments