https://bugs.llvm.org/show_bug.cgi?id=49523

            Bug ID: 49523
           Summary: Generalize constrained placeholder types for NTTPs
           Product: clang
           Version: trunk
          Hardware: PC
               URL: https://godbolt.org/z/7TPTz5
                OS: Linux
            Status: NEW
          Keywords: compile-fail
          Severity: enhancement
          Priority: P
         Component: C++2a
          Assignee: unassignedclangb...@nondot.org
          Reporter: johel...@gmail.com
                CC: blitzrak...@gmail.com, erik.pilking...@gmail.com,
                    johel...@gmail.com, llvm-bugs@lists.llvm.org,
                    richard-l...@metafoo.co.uk

See https://godbolt.org/z/7TPTz5.
```C++
template<class>concept C=true;
template<C auto&>bool v;
```

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to