From: Gennadiy Rozental (gennadiy.rozental_at_[hidden])
Date: 2005-10-27 11:03:41


> OK, fix the core language so that I don't have to write the whole
> batch of forwarding functions, AND I get the new ones automatically
> when std::vector gets updated!!
> No??? don't wanna do that?
> then it ISA std::vector<> (or whatever STL collection I choose)!!

Actually you don't necessarily need to write forwarding functions you could
use private inheritance and employ using. I brings it's own limitations
though.

Gennadiy