This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: PATCH: TR1 unordered associative containers
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: kaih at khms dot westfalen dot de (Kai Henningsen)
- Cc: gcc-patches at gcc dot gnu dot org, libstdc++ at gcc dot gnu dot org
- Date: 19 Feb 2005 17:59:12 +0100
- Subject: Re: PATCH: TR1 unordered associative containers
- Organization: Integrable Solutions
- References: <39885D64-813E-11D9-BB2D-000A95AA5E5E@apple.com><m2sm3txtk4.fsf@greed.local> <m2sm3txtk4.fsf@greed.local><98604e9d0502181950c6bc69d@mail.gmail.com><9R9xsCvXw-B@khms.westfalen.de>
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