[LLVMbugs] [Bug 9566] Parenthesized declarator-id in function parameter pack not allowed
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Apr 26 01:27:30 PDT 2012
http://llvm.org/bugs/show_bug.cgi?id=9566
Richard Smith <richard-llvm at metafoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |richard-llvm at metafoo.co.uk
Resolution| |FIXED
--- Comment #1 from Richard Smith <richard-llvm at metafoo.co.uk> 2012-04-26 03:27:30 CDT ---
This was fixed a while back. We also gained support for:
template<typename...T>
void f(T (*...));
... which technically doesn't match the grammar, but we accept it anyway. The
finer details for this case are still an open question on the reflector, but
-core seem happy with accepting this.
--
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.
More information about the llvm-bugs
mailing list