Actions

icon Post
text/html Subscribe
text/html Unsubscribe

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Mangling: std:: prefix


  • To: cxx-abi@xxxxxxxxxxxxxxxxxxxx
  • Subject: Mangling: std:: prefix
  • From: Martin von Loewis <loewis@xxxxxxxxxxxxxxxxxxxxxxx>
  • Date: Tue, 21 Mar 2000 23:29:09 +0100

I don't really know how much the special-casing of std:: buys us, but
if that is to be preserved, I propose the following grammar addition:

  <name> ::= St <unqualified-name>

Regards,
Martin