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~

Reply via email to