
27 Oct
2005
27 Oct
'05
4:03 p.m.
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