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


>> ! 
>> !     base = static_cast <char *> (array_address);
>> !     size = 0;
>>       
>>       if (padding_size)
>>         {
>
>Is there an ABI reason to declare the variables (uninitialised) at the
>top of the function, rather than after the return statement?
>C++STYLE says to declare variables where first used (and to write
>"char* s" not "char *s" but that was wrong already)

As far as I'm concerned, patches to make libsupc++ conform to C++STYLE
are waaaaaaay past due and pre-approved. 

-benjamin


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