This is the mail archive of the gcc-patches@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: [v3] PATCH to libstdc++ for forced unwind handling (c++/28145)


Benjamin Kosnik wrote:

... also, I'm pretty sure you want to touch try / catch blocks in src/*.cc files too...


and bits/ostream_insert.h.


I'm wondering if this is what Jason means by incomplete?

I don't think so, as far as I can see, those functions are on a par with the others.

Again, however, since it took us so much time to trim down the iostream dependencies, I emphasize that we should not include the entire <memory> so easily, let's split out the idea of using consistently auto_ptr to a later of work...

Or are there other issues, lurking?


I don't consider myself sufficiently expert in this area, unfortunately. But frankly, first blush, I share some of Howard's concerns in the audit trail...

Paolo.


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