$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Noah Stein (noah_at_[hidden])
Date: 2002-02-22 13:41:48
From a discussion over on the Spirit mail list, it appears that there's a an
oversight in select_compiler_config.hpp. When Comeau uses Borland as a
backend, the "config/compiler/borland.hpp" is included instead of
"config/compiler/comeau.hpp". This is due to Comeau being further down the
#elif chain than Borland. Is it possible to get Comeau moved above Borland
in the chain?
Thanks,
Noah