http://llvm.org/bugs/show_bug.cgi?id=16480
Bug ID: 16480
Summary: Uniform initialization of base class template fails
Product: clang
Version: 3.3
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: C++11
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected]
Classification: Unclassified
Created attachment 10790
--> http://llvm.org/bugs/attachment.cgi?id=10790&action=edit
code producing the error
under certain circumstances, clang doesnt compile valid C++ code.
I added an example without any external references, the most important thing to
trigger the issue seems to be the "sizeof...(tp_Init)" in the constructor. If
you somehow replace this fragment (like by a constant "4", or using a typedef),
clang compiles nicely
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs