[clang] [clang]not lookup name containing a dependent type (PR #77587)

via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 10 08:51:58 PST 2024


================
@@ -475,13 +475,21 @@ struct S {
 
 #if __cplusplus >= 201103L
 namespace dependent_conversion_function_id_lookup {
-  template<typename T> struct A {
+  struct A1 {
----------------
cor3ntin wrote:

can you add a comment with the number of the relevant github issue(s) ? thanks

https://github.com/llvm/llvm-project/pull/77587


More information about the cfe-commits mailing list