[LLVMbugs] [Bug 16789] New: [-cxx-abi microsoft] Handle template-template arguments
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sun Aug 4 23:39:43 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=16789
Bug ID: 16789
Summary: [-cxx-abi microsoft] Handle template-template
arguments
Product: clang
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: LLVM Codegen
Assignee: unassignedclangbugs at nondot.org
Reporter: david.majnemer at gmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
clang cannot handle template-template arguments in microsoft abi mode:
template <bool>
class First {};
template <typename T>
struct Second {};
template <template <bool> class, template <class> class>
struct Type {};
void fun(Type<First, Second>) { }
--
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/20130805/7a8973b7/attachment.html>
More information about the llvm-bugs
mailing list