Boost logo

Boost :

From: John Maddock (John_Maddock_at_[hidden])
Date: 2000-09-26 06:50:09


>I'm certainly willing to put config.hpp code for C++ compilers on HP-UX.
>
>But I'd like to do it properly by testing for the specific C++ compiler
>version, and defining all the applicable BOOST_ names so that as much
boost
>code as possible will work on that platform.

Unless I'm reading it wrong, this is not a compiler issue: the compiler
(gcc2.95) is already dealt with, its the libraries available on that
platform that cause the issue - so it really is just a case of adding an
#if hpux section separate from the compiler configuration.

- John.


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