Why is it bad practice to derive a class from stl containers such as std::list?
- by WilliamKF
I've seen it declared that it is bad practice to derive a class from stl containers such as std::list.
Why is this the case? What issues does violating this cause?