This is the mail archive of the archer@sourceware.org mailing list for the Archer project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: C++ draft


Gary> As I understand it, I don't know that there's any reason C++ has to
Gary> use more memory than C.  Granted there are things like the STL that
Gary> generate vastly more code under the hood than you might expect, but
Gary> I don't think anybody is talking about using STL here.

Actually, I think we do want to use the STL.  At the very least it would
put us on track to get rid of vec.h, our home-grown std::vector.  But we
also use or want to use other containers.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]