$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: gast128 (gast128_at_[hidden])
Date: 2008-07-29 15:12:12
> Yes okay, but how do you then export these methods from the base class if
they appear in an external library
> (boost::exception in this case), without changing the external library?
> Cheers,
> Andrej
on M$ std::exception is exported.
But even if I create a non exported base class, it seems that it still works
calling virtual or inline functions. The 'what' fct from std::exception is
virtual.
wkr,
me