Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r63438 - sandbox/SOC/2010/bit_masks/boost/integer/details/bft
From: bbartmanboost_at_[hidden]
Date: 2010-06-29 11:41:12


Author: bbartman
Date: 2010-06-29 11:41:11 EDT (Tue, 29 Jun 2010)
New Revision: 63438
URL: http://svn.boost.org/trac/boost/changeset/63438

Log:
fxing documentation related to make_bitfield_tuple
Text files modified:
   sandbox/SOC/2010/bit_masks/boost/integer/details/bft/make_bitfield_tuple.hpp | 16 ++--------------
   1 files changed, 2 insertions(+), 14 deletions(-)

Modified: sandbox/SOC/2010/bit_masks/boost/integer/details/bft/make_bitfield_tuple.hpp
==============================================================================
--- sandbox/SOC/2010/bit_masks/boost/integer/details/bft/make_bitfield_tuple.hpp (original)
+++ sandbox/SOC/2010/bit_masks/boost/integer/details/bft/make_bitfield_tuple.hpp 2010-06-29 11:41:11 EDT (Tue, 29 Jun 2010)
@@ -95,19 +95,6 @@
         BOOST_BFT_NOTHING )
 
 
-
-#define CALL_DISPLAY_FUNCTION(z,n,data)\
- details::get_types_name< typename details::get_create_parameter<BitfieldTuple, n>::type >::print();
-
-#define MAKE_PARAM_DISPLAY() \
- BOOST_PP_REPEAT_FROM_TO( \
- 0,\
- BOOST_BFT_PARAM_COUNT, \
- CALL_DISPLAY_FUNCTION,\
- BOOST_BFT_NOTHING )
-
-
-
 /** This can be used so that I can deduce the correct types for the arguments of
  * the function at compile time and make the function callible at run time
  * and make that function type safe.
@@ -115,7 +102,8 @@
  * behavior, although some of that will be taken care of by default values.
  */
 /** the reason the name of the macro is so large is because the number of
- * parameters this function could possibly hold is as many as fifty.
+ * parameters this function could possibly hold is as many as fifty. So
+ * I felt that the name should reflect that.
  */
 template <typename BitfieldTuple>
 BitfieldTuple make_bitfield_tuple(


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