This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: separating includes: tr1 from c++0x
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: Paolo Carlini <paolo dot carlini at oracle dot com>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Wed, 27 Oct 2010 14:42:43 -0700
- Subject: Re: separating includes: tr1 from c++0x
- References: <20101027110302.34eca8bb@shotwell> <4CC892A2.6090000@oracle.com>
> > Paolo and I discussed this briefly in Zurich.
> Actually, we were in Rapperswil ;)
Right!
> > Paolo, your thoughts? I
> > think we were in general agreement on this. The scope of the work is
> > not huge, and will enable us to make the C++0x includes a bit
> > cleaner.
> I'm absolutely in favor. Right now the work is rather trivial, very
> little remains in common: both Jon and I gradually split again the
> code when the divergences became too big.
Cool. I see the following left in include/tr1_impl:
boost_sp_counted_base.h
cinttypes
cstdint
cwchar
type_traits
cctype
cmath
cstdio
cwctype
utility
array
cfenv
complex
cstdlib
regex
I am proposing that these be split into separate tr1 and include/bits
versions, as applicable.
-benjamin