https://bugs.llvm.org/show_bug.cgi?id=44123
Bug ID: 44123
Summary: different type of non-type template parameter in
partial specialization is not rejected
Product: clang
Version: trunk
Hardware: All
OS: All
Status: NEW
Keywords: accepts-invalid
Severity: normal
Priority: P
Component: C++
Assignee: unassignedclangb...@nondot.org
Reporter: nok.ra...@gmail.com
CC: blitzrak...@gmail.com, dgre...@apple.com,
erik.pilking...@gmail.com, llvm-bugs@lists.llvm.org,
richard-l...@metafoo.co.uk
template <int I>
struct foo {};
template <long L>
struct foo<L> {};
foo<0> a;
--
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