Boost logo

Boost :

From: John Maddock (john_maddock_at_[hidden])
Date: 2002-05-08 05:30:43


> Also for John Maddock: I notice that config_test still fails with Comeau
due
> to int64-related issue. I don't have an updated code tree so I can't check
> myself, but could you please look into it? It seems like it's including a
> file it shouldn't while in strict mode. Also, should
> BOOST_NO_INTEGRAL_INT64_T be defined for Comeau in strict mode, or it went
> obsolete with the MS_INT64 macro?

This is getting horribly complicated - the config system is detecting that
the platform is win32, and therefore setting (and testing) the win32
specific features - that results in <windows.h> being included and it's that
that commeau is choking on in strict mode. I guess we need to disable win32
platform detection for commeau in strict mode, but I don't know how to do
that: any ideas?

John Maddock
http://ourworld.compuserve.com/homepages/john_maddock/index.htm


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk