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: unassignedclangb...@nondot.org
          Reporter: egend...@comconcepts.com
                CC: llvm-bugs@lists.llvm.org, neeil...@live.com,
                    richard-l...@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to