Are there disadvantages from deriving AbstractBaseClasses (ABCs) from noncopyable?

Viewed 52

These recommendations boost::pointer_container suggest that one derives ABCs from boost::noncopyable to prevent slicing further down the hierarchy. Apart from the mentioned advantages, are there reasons why I should not follow this recommendation?

1 Answers
Related