$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (david.abrahams_at_[hidden])
Date: 2001-07-24 16:03:20
Just by the way, since the review process started I've been doing more and
more heavy-duty metaprogramming with the all_lower_case coding convention,
and I have to say that the inability to capitalize my type names is proving
to be quite painful.
I used to think that it was usually possible to find a name that matches an
object's role more closely than its type, but I guess that's not true in
some domains.
-Dave