3 Apr
2003
3 Apr
'03
10:35 a.m.
On Thursday 03 April 2003 12:30, Michael Kettner wrote:
you can do the following:
typedef boost::shared_ptr<int> tPtrInt;
vector<tPtrInt> v;
Michael
Thanks Michael. So there is no way to rename shared_ptr once and for all, right? (I'm asking because I have heard about "template typedefs", but I don't know the syntax.) cheers, Maurizio