$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Paul Mensonides (pmenso57_at_[hidden])
Date: 2002-10-25 14:21:03
----- Original Message -----
From: "Fernando Cacciola (Office)" <fcacciola_at_[hidden]>
> ----- Original Message -----
> From: "David Abrahams" <dave_at_[hidden]>
> > > Should mixed case (or even capitalized) file names even be allowed?
> >
> > My sense is that they shouldn't.
> FWIW, I agree.
Can you imagine how ugly it could get if Boost.Preprocessor did that?
#include <boost/preprocessor/CAT.hpp>
In other words, it just isn't worth naming the files with the same case as
the constructs they contain.
Paul Mensonides