This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]