$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Andrei Alexandrescu (andrewalex_at_[hidden])
Date: 2001-11-22 17:57:21
I guess there's a simple guideline missing from
http://www.boost.org/more/header.htm:
* Make sure the header is compilable standalone. That is, for any header
x.hpp, a C++ source file consisting of only "#include <x.hpp>" must compile
successfully.
Andrei