[llvm-bugs] [Bug 49523] New: Generalize constrained placeholder types for NTTPs

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Mar 10 12:15:36 PST 2021


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: unassignedclangbugs at nondot.org
          Reporter: johelegp at gmail.com
                CC: blitzrakete at gmail.com, erik.pilkington at gmail.com,
                    johelegp at gmail.com, llvm-bugs at lists.llvm.org,
                    richard-llvm at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20210310/30b429b5/attachment.html>


More information about the llvm-bugs mailing list