Martin Vermeer wrote:
> Hmmmm... is it possible that lang_ is being accessed after the
> containing class Messages::Pimpl has been destroyed?

If so, I guess that this is the kludge. Thereafter we'd have to 
ascertain _why_?

string const Messages::get(string const & msg) const
{
        return pimpl_.get() ? pimpl_->get(msg) : msg;
}

-- 
Angus

Reply via email to