On Mon, May 15, 2000 at 01:00:29PM +0200, Jakub Jelinek wrote:
> What about using symbol version map?
> Say:
>
> MYPLUGIN {
> global:
> init_plugin; what__C9exception; ...
Incidentally, version maps do support
extern "C++" {
some_class::function
other_class::*
}
though you can't export just one flavour of overridden
function that way.
r~
- hiding of (global) C++ symbols in shared object Michael Matz
- Re: hiding of (global) C++ symbols in shared object Jakub Jelinek
- Re: hiding of (global) C++ symbols in shared ob... Michael Matz
- Re: hiding of (global) C++ symbols in shared object Richard Henderson
- Re: hiding of (global) C++ symbols in shared ob... Michael Matz
