A
Anees
Hi,
I am using vector in my program, when i try to compile the program I
am getting following error:
'class std::vector<Dt *, std::allocator<Dt *> >' has no member named
'wclear'
pointing to the line:
vt.clear();
where Dt is a class, vt is an vector<Dt *>.
thanks.
I am using vector in my program, when i try to compile the program I
am getting following error:
'class std::vector<Dt *, std::allocator<Dt *> >' has no member named
'wclear'
pointing to the line:
vt.clear();
where Dt is a class, vt is an vector<Dt *>.
thanks.