This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFC: new __cxa_demangle


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]