Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r64270 - in sandbox/SOC/2010/bit_masks: . boost/integer/detail/bft/msvc_fixes
From: bbartmanboost_at_[hidden]
Date: 2010-07-22 16:16:51


Author: bbartman
Date: 2010-07-22 16:16:51 EDT (Thu, 22 Jul 2010)
New Revision: 64270
URL: http://svn.boost.org/trac/boost/changeset/64270

Log:
removing unused folder and updating my to do list
Removed:
   sandbox/SOC/2010/bit_masks/boost/integer/detail/bft/msvc_fixes/
Text files modified:
   sandbox/SOC/2010/bit_masks/notes.txt | 20 +-------------------
   1 files changed, 1 insertions(+), 19 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-22 16:16:51 EDT (Thu, 22 Jul 2010)
@@ -20,25 +20,7 @@
 
 
 5) pointer_packing_policy.hpp
- a) Adjust the alignment check to check alignment against the 0 bit in stead
- of based on the offset.
-
- b) Change the following specialization so that this isn't needed
- basically this requires a shift from the pointer, when there shouldn't
- be.
- I ) template <
- typename Mask,
- typename Offset,
- typename ValueType,
- typename StorageType
- >
- struct apply_impl_no_shift <
- Mask,
- Offset,
- ValueType,
- StorageType,
- false
- >;
+
     c) Finish the pointer specialization so that fewer specialization are
         needed there should be aligned and unaligned and that really should
         be all. Unless there there is some issue.


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