http://llvm.org/bugs/show_bug.cgi?id=9452
Douglas Gregor <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Douglas Gregor <[email protected]> 2011-04-27 12:08:46 CDT --- The base specifier itself is a pack expansion, not the type of the base specifier. The only bug here is that the AST printer wasn't printing the ellipsis; fixed in r130310. -- Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email ------- 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
