http://llvm.org/bugs/show_bug.cgi?id=15588
Bug ID: 15588
Summary: accepts invalid passing an initializer list to an
ellipsis
Product: clang
Version: trunk
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
We accept this:
void f(...); void g() { f({1,2,3,4}); }
... and pass no arguments to f.
--
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