This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
[cxx-reflection] Some papers from the last WG21 meeting
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: gcc at gcc dot gnu dot org
- Date: 04 May 2003 13:06:16 +0200
- Subject: [cxx-reflection] Some papers from the last WG21 meeting
- Organization: Integrable Solutions
The post-Oxford mailing seems to be available at
http://anubis.dkuug.dk/JTC1/SC22/WG21/docs/papers/2003/#post_oxford
It contains many stuff related to possible C++ evolution.
Worth mentioning:
* a point in the design space of meta-programming in C++, a
set of slides by David Vandevoorde
http://anubis.dkuug.dk/JTC1/SC22/WG21/docs/papers/2003/n1471.pdf
* simplifiying template syntax, a C++-aware version of typeof (a.k.a
decltype) and recylcing the auto keyword:
http://anubis.dkuug.dk/JTC1/SC22/WG21/docs/papers/2003/n1478.pdf
* aliasing templates ("typedef template")
http://anubis.dkuug.dk/JTC1/SC22/WG21/docs/papers/2003/n1449.pdf
* Typesafe variable length thingies
http://anubis.dkuug.dk/JTC1/SC22/WG21/docs/papers/2003/n1483.pdf
-- Gaby