https://llvm.org/bugs/show_bug.cgi?id=23028
Benjamin Kramer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |FIXED --- Comment #1 from Benjamin Kramer <[email protected]> --- Fixed in r233376. t.cc:2:14: error: parameter pack cannot have a default argument void f(Ts... = 0) {} ^ ~ 1 error generated. -- 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
