Skip to content

Commit b2e6fb2

Browse files
committed
Fix
1 parent 5fa8f23 commit b2e6fb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/test/libcxx/diagnostics/map.nodiscard.verify.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ struct TransparentCompare {
2424

2525
bool operator()(const int&, const TransparentKey&) const;
2626

27-
bool operator()(const TransparentKey<T>&, const int&) const;
27+
bool operator()(const TransparentKey&, const int&) const;
2828

2929
bool operator()(const int&, const int&) const;
3030
};

0 commit comments

Comments
 (0)