$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Roland Schwarz (roland.schwarz_at_[hidden])
Date: 2007-08-06 03:58:29
Is there a policy about filename case within boost?
At least windows does not distinguish between upper and lower case. So a
developer using windows might too easily miss this fact which can result
in code that compiles on windows and not on unix.
So I'd expect that there is a policy e.g. requiring all lower case
filenames. In my opinion this also should be checked by a pre-commit hook.
Roland aka speedsnail