$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Paul Gregor (gregod_at_[hidden])
Date: 2003-10-14 00:56:09
On Tue, 14 Oct 2003, Edward Diener wrote:
> Is there any documentation for the various BOOST_ macros ? If so, where
> would it be ?
The macros from the config library (e.g., BOOST_NO_CWCHAR)? They're
documented here:
http://www.boost.org/libs/config/config.htm#macro_ref
Doug