alexander-shaposhnikov added a comment.

reduced test case:

  template <typename>
  concept Concept = false;
  
  struct Foo {
    template <typename>
    struct result {};
  
    template <typename _Tp>
      requires(Concept<_Tp>)
    struct result<_Tp>;
  };


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D146178/new/

https://reviews.llvm.org/D146178

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to