Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r64482 - sandbox/SOC/2010/bit_masks
From: bbartmanboost_at_[hidden]
Date: 2010-07-30 14:34:45


Author: bbartman
Date: 2010-07-30 14:34:44 EDT (Fri, 30 Jul 2010)
New Revision: 64482
URL: http://svn.boost.org/trac/boost/changeset/64482

Log:
completed updates and resolved confilicts
Text files modified:
   sandbox/SOC/2010/bit_masks/notes.txt | 17 -----------------
   1 files changed, 0 insertions(+), 17 deletions(-)

Modified: sandbox/SOC/2010/bit_masks/notes.txt
==============================================================================
--- sandbox/SOC/2010/bit_masks/notes.txt (original)
+++ sandbox/SOC/2010/bit_masks/notes.txt 2010-07-30 14:34:44 EDT (Fri, 30 Jul 2010)
@@ -118,23 +118,6 @@
     tests, testing to make sure that this works for all cases.
 --------------------------------------------------------------------------------
 
---------------------------------------------------------------------------------
- MSVC warnings
---------------------------------------------------------------------------------
-done - high_bit_mask_test.cpp(30) : warning C4127: conditional expression is constant
-Attempt - bitfield_orignal.hpp(90) : warning C4244: 'return' : conversion from 'unsigned int' to 'unsigned char', possible loss of data
-Attempt - bitfield_orignal.hpp(80) : warning C4244: 'return' : conversion from 'unsigned int' to 'char', possible loss of data
-Attempt - bitfield_orignal.hpp(82) : warning C4244: 'return' : conversion from 'unsigned int' to 'char', possible loss of data
-Attempt - bitfield_orignal.hpp(196) : warning C4245: 'initializing' : conversion from 'int' to 'const unsigned char', signed/unsigned mismatch
-Attempt - bits_mask.hpp(34) : warning C4293: '<<' : shift count negative or too big, undefined behavior
-Attempt - high_bits_mask.hpp(30) : warning C4305: 'initializing' : truncation from 'const boost::mpl::size_t<N>::value_type' to 'const unsigned char'
-can't fix :( - integral_wrapper.hpp(72) : warning C4307: '+' : integral constant overflow
-can't fix :( - integral_wrapper.hpp(73) : warning C4307: '-' : integral constant overflow
-Attempt - bits_mask.hpp(37) : warning C4307: '+' : integral constant overflow
-Attempt - policy_creation_detail.hpp(76) : warning C4309: 'specialization' : truncation of constant value
-Attempt - bitfield_orignal.hpp(179) : warning C4309: 'specialization' : truncation of constant value
-Attempt - bitfield_orignal.hpp(90) : warning C4800: 'unsigned char' : forcing value to bool 'true' or 'false' (performance warning)
---------------------------------------------------------------------------------
 
 
     return boost::report_errors();


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk