[cxx-abi-dev] Tweak to mangling spec
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cxx-abi-dev] Tweak to mangling spec



The mangling spec currently has

  <template-args> ::= I <template-arg>+ E

but we've gotten a bug report (http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40808) that requires mangling of a dependent template-id with no template args; the above should be changed to

  <template-args> ::= I <template-arg>* E

Jason