RFC: new __cxa_demangle

Phil Edwards phil@jaj.com
Wed Feb 19 23:39:00 GMT 2003


> Instead, I propose to move the
> __cxa_demangle sources into src, and remove the current bits in
> libsupc++. This will result in __cxa_demangle being undefined in
> libsupc++.a, and defined only in libstdc++.[a, so] (but versioned with
> the runtime CXXABI name.)

Works for me.  It's arguable that demangling falls under "language support,"
but really, if your project is "big" enough that it needs to do demangling,
needing stdc++ instead of supc++ shouldn't be a problem.


Phil

-- 
I would therefore like to posit that computing's central challenge, viz. "How
not to make a mess of it," has /not/ been met.
                                                 - Edsger Dijkstra, 1930-2002



More information about the Libstdc++ mailing list