This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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++ demangler horrors


"H. J. Lu" <hjl@lucon.org> writes:

| Ironically, this mini <vector> is not needed by binutils nor gdb. It is
| used to build the target libiberty for gcc since libiberty is built before
| libstdc++ which contains a <vector>. My approach may not be as elegant as
| some people want, but it works and doesn't require another <vector>. I am
| not sure which one is worse.

If it is not necessary then there is no need to add it.

-- Gaby


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