Mangling of local names

John Wilkinson jfw at sgi.com
Mon Apr 3 18:07:35 UTC 2000


A correction to my recent proposal:

  <discriminator> := <number>_

won't do, since the discriminator is optional.  This makes it too hard
to distinguish a discriminator from the start of a name.  Let's add an
underscore at the beginning:

  <discriminator> := _<number>_



-- 
John Wilkinson




More information about the cxx-abi-dev mailing list