Restrict mangling.

Coleen Phillimore coleen at zko.dec.com
Mon Jun 19 20:02:29 UTC 2000


There's a CV-qualifier mangling for 'restrict', but restrict doesn't mean
anything unless it applies to the pointer itself (not what is pointed to).
MS and g++ from what I can tell do not overload on the basis of restrict.
Does it make sense to add to the mangling?

  <CV-qualifiers> ::= [r] [V] [K]       # restrict (C99), volatile, const

Thanks,
Coleen
-- 
-----------------------------------------------------------------------
Coleen Phillimore                  | mailto:coleen at zko.dec.com
Compaq Computer Corp.   Nashua, NH | COMPAQ C++ Compiler Development
-----------------------------------------------------------------------




More information about the cxx-abi-dev mailing list