This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
separating includes: tr1 from c++0x
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: libstdc++ at gcc dot gnu dot org
- Date: Wed, 27 Oct 2010 11:03:02 -0700
- Subject: separating includes: tr1 from c++0x
Hey. After constexpr gets merged in, and only after constexpr gets
merged, I'd like to do some include work that will make namespace
versioning functional again. It has been broken since the TR1->tr1_impl
split. (PR36104).
Paolo and I discussed this briefly in Zurich. 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.
Thoughts?
-benjamin