Paolo Carlini wrote:
So, essentially, you want to *duplicate* all the exports now in
libstdc++ also in libsupc++? Because certainly you can't remove the
exports from libstdc++. No, no, I don't think we want to do that.
Disregard the above. Anyway, I'm not at all convinced that your plan is
doable, in particular given versioning. The symbols that you would start
exporting from libsupc++ would have to appear to the users of libstdc++
as GLIBCXX_3.4, not as CXXABI_1.3.4.
Anyway, I don't want to appear too pessimistic, give the thing a try...
Paolo.