$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (david.abrahams_at_[hidden])
Date: 2001-12-08 11:13:57
The docs say:
    if.hpp File Reference
        #include <boost/preprocessor/logical/bool.hpp>
So, is there a file called "if.hpp"? If so, what is bool.hpp?
Okay, so it appears that if.hpp exists, and includes bool.hpp. I think it
would be much clearer if we wrote:
    if.hpp File Reference
    if.hpp includes:
        boost/preprocessor/logical/bool.hpp
===================================================
  David Abrahams, C++ library designer for hire
 resume: http://users.rcn.com/abrahams/resume.html
        C++ Booster (http://www.boost.org)
          email: david.abrahams_at_[hidden]
===================================================