|
Boost : |
From: Rob Stewart (stewart_at_[hidden])
Date: 2004-05-25 14:53:23
From: Martin <adrianm_at_[hidden]>
>
> My only objection to an ABC is that all operations will be virtual and can not
> be inlined.
Only a small number of the functions need to be virtual. The
rest can be built atop those and can be inlined. That means
there will still be some virtual calls, but not everything needs
to be virtual.
-- Rob Stewart stewart_at_[hidden] Software Engineer http://www.sig.com Susquehanna International Group, LLP using std::disclaimer;
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk