This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: TR1 unordered associative containers


kaih@khms.westfalen.de (Kai Henningsen) writes:

| austern@gmail.com (Matt Austern)  wrote on 18.02.05 in <98604e9d0502181950c6bc69d@mail.gmail.com>:
| 
| > Second, before we have any .cc files, we need to figure out what to do
| > with them.  They can't go into libstdc++.dylib, precisely because
| > they're not as solid as the standard library.  Probably this means we
| > need to come up with some new library just for the TR.
| 
| Or maybe a library for all non-standard stuff not needed to implement the  
| standard stuff

Among the non-standard stuff, there are things that are kind of stable
and things that are really experimental.  TR1 really *is experimental*. 
We do noone a favour if we put all non-standard stuff in the same
bucket.  

-- Gaby


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