$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2004-11-15 05:44:15
> // example 1: tr1 directory lives in boost
> #include <boost/tr1/regex.hpp>
> I like example 1 the best. Clear to the reader. Easy for the user. Very
> similar to how other boost supplied headers are treated. Doesn't foul up
> boost tools which search the boost directory for header files.
Agreed,
John.