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]

Re: Thumbs up or thumbs down: stl_config.h ?


Benjamin Kosnik <bkoz@redhat.com> writes:

| > If we're going to have the CPLUSPLUS_CPP_SPEC use '-include c++config.h'
| > can we consider axing bits/stl_config.h?  It has lots of stuff for other
| > platforms which cpplib is just going to waste time removing.  It splits
| > configuration between two files.  And there's at least one PR due to
| > stl_config.h not being picked up anymore, resulting in unexpanded macros
| > arriving in the parser.
| 
| yes! please do this. You can take the _GNU_ bits and add them to 
| inclue/bits/c++config.h to start with, and substitue c++config.h insted 
| of stl_config

100% agreed.

| eventually we want to remove the uncesessary code from the STL itself. I 
| think Matt is doing this anyway, so I don't want to duplicate efforts.

Is there a chance to have V3 maintainers to have closer look at what
is going on on Matt's side?

-- Gaby
CodeSourcery, LLC                       http://www.codesourcery.com


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