$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (abrahams_at_[hidden])
Date: 2000-11-01 13:42:07
----- Original Message -----
From: "Ed Brey" <brey_at_[hidden]>
> I can't think of any implementation that would makes sense
> other than for that initial search to search the current directory, and
then
> possibly also the main project directory. As long as the current
directory
> gets searched first, we're fine. Can anyone think of a reason to be
> concerned that an implementation might not do this?
I seem to remember that Metrowerks used a different rule than some other
compilers, but I can't be sure.
That said, are we solving a real problem that someone had, or is this just
the sort of tinkering that requires changing lots of headers and will
probably break something? ;->
-Dave