$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Gabriel Dos Reis (gdr_at_[hidden])
Date: 2003-10-07 18:47:52
I've set up an experimental implementation of the decltype prooosal at
http://gdr.nerim.net/is/C++/reflection/
so that interested people can play with it and report based on their
experience. The semantics implemented are those described in
"decltype and auto revisited"
http://anubis.dkuug.dk/jtc1/sc22/wg21/docs/papers/2003/n1527.pdf
The "auto" feature is not yet present.
-- Gaby