This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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] Change the order of function attributes in printf.h


Zack Weinberg <zackw@panix.com> writes:

> [ text/plain ]
> On Thu, Mar 23, 2017 at 1:36 PM, Tulio Magno Quites Machado Filho
> <tuliom@linux.vnet.ibm.com> wrote:
>> Zack Weinberg <zackw@panix.com> writes:
>>> LGTM. Please cite the specific section of the C++ standard that makes this
>>> requirement in your commit message.
>>
>> What about this?
>>
>> According to ISO C++ in subclause 8.3.5 [dcl.fct], exception specification
>> must appear before the attribute specifier when declaring functions.
>
> Sounds good.  If you don't mind some English polishing,
>
> # ISO C++ section 8.3.5 [dcl.fct] requires exception specifications
> # to appear before attribute specifiers in function declarations.

Fixed and pushed as ca4dc74659.

Thanks!

-- 
Tulio Magno


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