Re: [Boost-bugs] [Boost C++ Libraries] #3030: [crc] optimization of crc_optimal::process_block

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #3030: [crc] optimization of crc_optimal::process_block
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-02-26 12:09:37


#3030: [crc] optimization of crc_optimal::process_block
-------------------------------+--------------------------------------------
  Reporter: qehgt0@… | Owner: dlwalker
      Type: Patches | Status: new
 Milestone: Boost 1.40.0 | Component: crc
   Version: Boost 1.39.0 | Severity: Optimization
Resolution: | Keywords: crc
-------------------------------+--------------------------------------------
Changes (by Vladislav <phprus@…>):

 * cc: phprus@… (added)

Comment:

 MS Visual C++ 2010 does not support boolean operator "not" without custom
 compiler settings.

 Error:
 {{{
 ...\boost/crc.hpp(591) : error C2146: syntax error : missing ')' before
 identifier 'reflect'
 ...\boost/crc.hpp(592) : error C2059: syntax error : ')'
 }}}
 And the same code on line 710.

 To fix this bug replace "not reflect," to "!reflect," in file
 boost/crc.hpp

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/3030#comment:7>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:09 UTC