[llvm-bugs] [Bug 41399] New: Redefinition error when declaring multiple template class specializations
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Apr 5 13:05:45 PDT 2019
https://bugs.llvm.org/show_bug.cgi?id=41399
Bug ID: 41399
Summary: Redefinition error when declaring multiple template
class specializations
Product: clang
Version: 7.0
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: Frontend
Assignee: unassignedclangbugs at nondot.org
Reporter: egendron at comconcepts.com
CC: llvm-bugs at lists.llvm.org, neeilans at live.com,
richard-llvm at metafoo.co.uk
Created attachment 21740
--> https://bugs.llvm.org/attachment.cgi?id=21740&action=edit
Minimum code example
Clang front end produces a redefinition error when declaring multiple template
class specializations using c++17.
This issue occurs when using clang 8.0 but I am using clang 7.0 so I figured I
would open up the report for 7.0.
Clang command to reproduce error:
clang -std=c++17 testcase.cpp
--
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/20190405/e635f9ec/attachment.html>
More information about the llvm-bugs
mailing list