This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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: PATCH: __cxa_vec_delete* Changes


Jonathan Wakely <cow@compsoc.man.ac.uk> writes:

| Is there an ABI reason to declare the variables (uninitialised) at the
| top of the function, rather than after the return statement?

I guess that is a carry over of  C style.

| If there's no reason I'm missing, is this OK?

Yes.

-- Gaby


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