Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r63359 - sandbox/SOC/2010/bit_masks/boost/integer/details
From: bbartmanboost_at_[hidden]
Date: 2010-06-26 12:24:24


Author: bbartman
Date: 2010-06-26 12:24:21 EDT (Sat, 26 Jun 2010)
New Revision: 63359
URL: http://svn.boost.org/trac/boost/changeset/63359

Log:
cleaning up documentation
Text files modified:
   sandbox/SOC/2010/bit_masks/boost/integer/details/bitfield_tuple_impl.hpp | 16 +---------------
   1 files changed, 1 insertions(+), 15 deletions(-)

Modified: sandbox/SOC/2010/bit_masks/boost/integer/details/bitfield_tuple_impl.hpp
==============================================================================
--- sandbox/SOC/2010/bit_masks/boost/integer/details/bitfield_tuple_impl.hpp (original)
+++ sandbox/SOC/2010/bit_masks/boost/integer/details/bitfield_tuple_impl.hpp 2010-06-26 12:24:21 EDT (Sat, 26 Jun 2010)
@@ -44,14 +44,9 @@
  *
  * Base Class preconditions.
  *
- * 1) Storage policy must not be set to mpl::void_.
- * (this means that the user didn't specify a stroage policy.)
- * Enforced, May be removed at a later time when the class is able to
- * deduce the ammount of storage space, and set the storage policy to
- * that.
  *
  *
- * 3) The bitfields specified must not exceed the bitwidth of the storage type.
+ * 1) The bitfields specified must not exceed the bitwidth of the storage type.
  * Enforced. Not going any where, but may be redefined or altered based
  * on if I allow the supplied storage type to be an array.
  */
@@ -68,15 +63,6 @@
     typedef typename processed_args::field_vector field_vector;
     typedef typename processed_args::offset offset;
 
- // Precondition:
- // A storage policy must be supplied.
- /* BOOST_STATIC_ASSERT((
- !is_same<
- storage_type,
- typename mpl::void_
- >::value
- ));
- */
     // deducing storage type
     typedef typename mpl::if_<
         is_same<


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