Skip to content

Commit 364003e

Browse files
committed
[clang][C++20] Note github issue in the FIXME matching requires clause.
1 parent a2f96a1 commit 364003e

File tree

1 file changed

+1
-1
lines changed
  • clang/test/CXX/over/over.match/over.match.funcs/over.match.oper

1 file changed

+1
-1
lines changed

clang/test/CXX/over/over.match/over.match.funcs/over.match.oper/p3-2a.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ bool c = 0 == C(); // Rewrite not possible. expected-error {{invalid operands to
302302
} // templated
303303
} // using_decls
304304

305-
// FIXME: Match requires clause.
305+
// FIXME(GH58185): Match requires clause.
306306
namespace match_requires_clause {
307307
template<int x>
308308
struct A {

0 commit comments

Comments
 (0)