Boost logo

Boost :

Subject: Re: [boost] [CRC][VC++] Can someone debug this?
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2012-03-19 12:51:47


AMDG

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




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