Bring type definitions from the std::vector class to Vector
Status: Beta
Brought to you by:
kevina
VC6 seems to have a problem with accessing typedef
information from a grandparent class. To work around
the problem, I made a typedef in the acommon::Vector
class based on the std::vector typedef. Of the
supported compilers, only VC6 has the problem.
from setterg
Logged In: YES
user_id=6591
Accpted.