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 1/2] Use new style initializers in headers


> Could any of the code you are modifying be built for C++ with GCC versions 
> before 4.7?  Support for C99 designated initializer syntax is much more 
> recent for C++

That's a very good point.  I think any bits in public header files need to
be parameterized.  Or else just switch to plain old ordered initializers.


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