From: Synge Todo (wistaria_at_[hidden])
Date: 2002-02-05 13:30:40


Dear Andrei,

From: "Andrei Alexandrescu" <andrewalex_at_[hidden]>
> The fixed_capacity_stack shouldn't use public inheritance, should it?

Could you explain a bit more what the problem is in inheriting
std::stack in a public way? I think a fixed_capacity_stack is nothing
but a std::stack except that it has an extra static constant.

Synge Todo
wistaria_at_[hidden]