|
Boost : |
From: Ralf W. Grosse-Kunstleve (rwgk_at_[hidden])
Date: 2005-02-04 11:50:19
--- John Maddock <john_at_[hidden]> wrote:
> > That's something I hadn't thought of. Unfortunately it doesn't help.
> > See below.
>
> Looks like you tested everything going there!
>
> I'll go with your fix,
Thanks a lot for your support!
I noticed that an exclamation mark is missing, most likeley:
Index: is_signed.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/type_traits/is_signed.hpp,v
retrieving revision 1.2
diff -r1.2 is_signed.hpp
24c24
< #if (defined(__EDG_VERSION__) && __EDG_VERSION__ <= 238)
--- > #if !(defined(__EDG_VERSION__) && __EDG_VERSION__ <= 238) I've inserted the exclamation mark locally and, also using Jonathan's bool patch, everything builds and runs correctly again (14 different environments). Cheers, Ralf __________________________________ Do you Yahoo!? The all-new My Yahoo! - Get yours free! http://my.yahoo.com
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk