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


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.

> P.S.: It looks like your message never reached libc-alpha.

Yes, apparently I can't send plaintext email from my phone :-(

zw


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