This is the mail archive of the
archer@sourceware.org
mailing list for the Archer project.
Re: C++ draft
On Tue, 28 Jun 2011 14:21:35 +0200, Gary Benson wrote:
> I don't think anybody is talking about using STL here.
We should use at least C++ standard library features, it is one of the
purposes for the move to C++. std::string should be used instead of all the
make_cleanup, do_cleanups, discard_cleanups (or C++ exceptions for the same
purpose) for char * , also vec.h replaced by std::vector etc.
Thanks,
Jan