[cxx-abi-dev] Library ABI version markers

Jason Merrill jason at redhat.com
Wed Nov 19 21:44:45 UTC 2014


On 11/19/2014 01:54 PM, Richard Smith wrote:
> How about using an inline namespace for the mangling changes? That's what
> they're for, after all.  Then you can use your attribute simply as a way of
> guiding the warning

Hmm, that's an interesting idea, it hadn't occurred to me to separate 
the mangling and warning.  And marking an inline namespace as an abi tag 
might be a way to keep them together still.

It wouldn't work for changes to individual member functions such as 
complex<T>::real, though.

Jason



More information about the cxx-abi-dev mailing list