Boost logo

Boost :

From: John Maddock (john_at_[hidden])
Date: 2006-08-22 12:41:56


Boris Gubenko wrote:
> The patch also enables native swprintf and cwctype when
> _INCLUDE__STDC_A1_SOURCE macro is defined (on ia64, aCC
> predefines this macro).
>
> The hpux.hpp header is the same in RC_1_34 and HEAD and I'd
> like the patch to be committed to both, if possible.

Will do, but shouldn't

> < #if !(defined(__HP_aCC) && defined(_INCLUDE__STDC_A1_SOURCE))
> < # define BOOST_NO_SWPRINTF
> < # define BOOST_NO_CWCTYPE
> < #endif

Be #if !(defined(__HP_aCC) && !defined(_INCLUDE__STDC_A1_SOURCE)) ?

Thanks, John.


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