$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [1.48.0] TypeTraits additions
From: John Maddock (boost.regex_at_[hidden])
Date: 2011-10-09 05:08:44
>msvc-10 test results are now shown (thank you John):
>http://www.boost.org/development/tests/trunk/developer/type_traits.html
Not my doing <shrug>.
>Same as intel-linux 12: issue with deprecated ++ for bool.
>I have just pushed a patch to trunk (r74841) which makes
>has_{pre,post}_increment< bool >::value==false
>Works for me on gcc-4.6.1 and intel-linux 11.1 and 12.0. Hope
>everything is fine with msvc. If it is the case, I think it would be
>ready to merge to branch/release.
Tested with msvc 8, 9 and 10 locally and everything looks cool. I'm in the
process of installing Intel's compiler to check with that as well.
John.