[llvm-bugs] [Bug 49753] New: Clang parser error when combining pack expansion with concepts

via llvm-bugs llvm-bugs at lists.llvm.org
Sun Mar 28 23:20:02 PDT 2021


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

            Bug ID: 49753
           Summary: Clang parser error when combining pack expansion with
                    concepts
           Product: clang
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Frontend
          Assignee: unassignedclangbugs at nondot.org
          Reporter: hewillk at gmail.com
                CC: llvm-bugs at lists.llvm.org, neeilans at live.com,
                    richard-llvm at metafoo.co.uk

#include <concepts>

template <typename... Ts>
struct A {
  A(std::same_as<Ts> auto);
};

int main() {
  A<int>(0);
}

https://godbolt.org/z/dsroYod1s

-- 
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/20210329/e2407678/attachment.html>


More information about the llvm-bugs mailing list