_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
No, 1.49 was released last month.
> If not (or afterwards), could someone check why the trunk's version of Boost.CRC, with more Boost.MPL usage, is choking on all versions of Visual C++. Only the latest version gives a specific error; previous versions just dump out.
What's the error message?
--
Olaf
On 03/19/2012 07:08 AM, Daryle Walker wrote:
>
> Are we still preparing for a release? If not (or afterwards), could someone check why the trunk's version of Boost.CRC, with more Boost.MPL usage, is choking on all versions of Visual C++. Only the latest version gives a specific error; previous versions just dump out.
>
I'm seeing two problems with msvc-10.0express:
a) MSVC doesn't accept not as a keyword.
b) ICE applying BOOST_TYPEOF to a specialization
of a function template.
The attached patch fixes both of these.
In Christ,
Steven Watanabe
It's stuff I vaguely recall from glancing at the automated testing at http://www.boost.org/development/tests/trunk/developer/crc.html a few weeks ago. Looking at the table right now, they're all VC++ 9, but my first look some weeks ago had versions 8 through 11 (beta). It's the 11-beta that didn't completely dump out.
Daryle W.