$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Bronek Kozicki (brok_at_[hidden])
Date: 2004-08-23 04:17:55
Michael Stevens wrote:
> Looking at patch simply defining NO_CMATH for all Comeau versions does not
> seem to be a good idea.
OK, I will send it to Comeau support.
> Do you know what the current __LIBCOMO_VERSION__ is and if the problem still
> exists.
It's 31 , but this symbol is defined only after at least one header from
standard C++ library (or <stl_config.h>) has been included. I suggest
including :
#include <utility>
at the top of boost/config/compiler/comeau.hpp
and then checking for
#if (__LIBCOMO_VERSION__ <= 31)
B.