
23 Aug
2004
23 Aug
'04
9:17 a.m.
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.