[LLVMbugs] [Bug 18657] New: Failing to specialize template class

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Jan 29 10:10:34 PST 2014


http://llvm.org/bugs/show_bug.cgi?id=18657

            Bug ID: 18657
           Summary: Failing to specialize template class
           Product: clang
           Version: 3.4
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++11
          Assignee: unassignedclangbugs at nondot.org
          Reporter: tom at failproof.be
                CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Created attachment 11971
  --> http://llvm.org/bugs/attachment.cgi?id=11971&action=edit
Problematic source file

Clang seems to be having trouble specializing a template class.

The output when running this file is:
Test1<T>: 0
Test2<T>: 0
TestV<T>: 0

while the expected output is:
Test1<T>: 1
Test2<T>: 0
TestV<T>: 1

-- 
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/20140129/c2ae4689/attachment.html>


More information about the llvm-bugs mailing list