This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: std::ext STL (was: Re: design doc on alternative pointer support)
- From: Paolo Carlini <paolo dot carlini at oracle dot com>
- To: Phil Bouchard <philippe at fornux dot com>, libstdc++ at gcc dot gnu dot org
- Date: Tue, 12 Aug 2008 04:45:28 -0500 (CDT)
- Subject: Re: std::ext STL (was: Re: design doc on alternative pointer support)
- Accept-language: en-US
- References: <g6ge3q$4hv$1@ger.gmane.org> <12045826.1217359611034.JavaMail.oracle@acsmt301.oracle.com> <g6s37t$8as$1@ger.gmane.org> <15568220.1217500906101.JavaMail.oracle@acsmt305.oracle.com> <g6un58$3dp$1@ger.gmane.org> <31269735.1217585525637.JavaMail.oracle@acsmt301.oracle.com> <g7ri3v$aoq$1@ger.gmane.org>
Hi,
thanks fir the update.
> Once again the primarily patch files can be found
> at the following location:
> https://svn.boost.org/svn/boost/sandbox/shifted_ptr/bits/
However today It gives an error: "Secure Connection Failed svn.boost.org uses an invalid security certificate."...
> Finally we are discussing some new container type that can be
> added fairly easily into Libstdc++. It would consist of a container being
> made of already existing STL containers altogether. For example:
> supercontainer<int, vector, map, list> c;
Ok, but I propose focusing on one thing at a time.
Paolo.