$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2008-05-10 04:10:40
Alexei Alexandrov wrote:
> Hi,
>
> there is a minor inconsistency I noted in config/abi_suffix.hpp file.
> This line
>
> # error Header boost/config/abi_prefix.hpp must only be used after
> boost/config/abi_prefix.hpp
>
> should be
>
> # error Header boost/config/abi_suffix.hpp must only be used after
> boost/config/abi_prefix.hpp
Good catch: fixed in SVN Trunk.
John.