[cxx-abi-dev] non-type template parameter types not mangled

Richard Smith richardsmith at google.com
Fri Oct 17 02:18:32 UTC 2014


These two distinct function templates:

template<int *p> int f() {}
template<const int *p> int f() {}

... get the same mangling. Should we model qualification conversions in the
template argument value somehow?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://sourcerytools.com/pipermail/cxx-abi-dev/attachments/20141016/bb824981/attachment.html>


More information about the cxx-abi-dev mailing list