This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
[C++] Compile-Time Reflection Branch
- From: Gabriel Dos_Reis <gdosreis at sophia dot inria dot fr>
- To: gcc at gcc dot gnu dot org
- Date: Tue, 28 Jan 2003 12:02:30 +0100 (MET)
- Subject: [C++] Compile-Time Reflection Branch
Hi
I've created a branch based on mainline, named "cxx-reflection-branch".
It purpose is to provide testbed for future extensions (to ISO C++ or
GNU C++) supporting compile-time reflection.
Example of works appropriate for that branch:
* general compile-time reflection framework intended to support
future extensions to C++ (e.g. enhanced type-traits support);
* support for C++ template meta-programming;
* "constrained" template-arguments support;
* simplification and enhancement of our current template
implementation;
* static type issues;
After sufficient experience, the features would be backported to the
official tree for approval and, hopefully, inclusion.
I'll do a weekly merge from mainline. The tree should be kept in a
bootstrappable state.
-- Gaby