id summary reporter owner description type status milestone component version severity resolution keywords cc 9198 boost\boost\crc.hpp warning due to implicit bool cast Frank Heimes Daryle Walker "While compiling with Visual Studio 2013 RC, the following warning is issued: boost\boost\crc.hpp(601): warning C4800: 'unsigned int' : forcing value to bool 'true' or 'false' (performance warning) ---- Fix: Change line 601 as follows: bool const quotient = (remainder & high_bit_mask) != 0;" Bugs new To Be Determined crc Boost 1.54.0 Problem