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 00/13] Installed-header hygiene (BZ#20366)


On 08/29/2016 09:16 PM, Zack Weinberg wrote:
> Last release cycle I made some noises about cleaning up the installed
> headers---specifically, I think they should all be tested to compile
> as both C and C++, in a variety of modes, without having included
> any other headers first.  There's not a lot of bugs in this area,
> but there's enough to get 13 patches out of them :)  Mainly because
> I broke it up very fine for review.  It would probably be best to
> squash it down to just one patch for landing.

I agree with the principles you are applying here. It also helps reduce
potential circular header dependencies and improves readability for
those more familiar with the common standard defined types.

-- 
Cheers,
Carlos.


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