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: [v3] c++0x common_type patch


On Tue, Jul 8, 2008 at 6:05 AM, Paolo Carlini <paolo.carlini@oracle.com> wrote:
> Thanks Doug!
>
>> Attached is updated patch.
>
> Great, we are going to apply. Chris can you please resend with:
> 1- CL entry included
> 2- No space between template and <
> 3- No space between type and &&
> 4- Space between // and begin of comment
> 5- Double check of all the usual stylistic issues...
>
> Thanks,
> Paolo.
>
>

Sorry Paolo, my usual coding style is nearly completely different so
my eyes aren't trained for things things yet. Speaking of formatting,
http://gcc.gnu.org/onlinedocs/libstdc++/manual/bk01apas03.html in both
IE and FF show no indentation in any of the examples.

Attached is the "updated" updated patch. I'm assuming "static _Tp&&
__t();" is ok to be on one line? (I see this done elsewhere so I left
it).

Cheers,
Chris

Attachment: common_type.patch.txt
Description: Text document

Attachment: Changelog_common_type.txt
Description: Text document


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