lh123 added a comment.

In D72498#1814008 <https://reviews.llvm.org/D72498#1814008>, @sammccall wrote:

> I think i'm also comfortable with marking the linked bug as wontfix.


The previous example is just minimal repo.

  template<typename T1, typename T2>  
  auto sum(T1 &t1, T2 &t2) ->decltype(t1 + t2))
  {  
        return t1 + t2;  
  }


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D72498



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

Reply via email to