Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r61968 - sandbox/SOC/2010/bit_masks/boost/integer
From: bbartmanboost_at_[hidden]
Date: 2010-05-14 09:30:54


Author: bbartman
Date: 2010-05-14 09:30:53 EDT (Fri, 14 May 2010)
New Revision: 61968
URL: http://svn.boost.org/trac/boost/changeset/61968

Log:
updating documentation
Text files modified:
   sandbox/SOC/2010/bit_masks/boost/integer/high_low_bits.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: sandbox/SOC/2010/bit_masks/boost/integer/high_low_bits.hpp
==============================================================================
--- sandbox/SOC/2010/bit_masks/boost/integer/high_low_bits.hpp (original)
+++ sandbox/SOC/2010/bit_masks/boost/integer/high_low_bits.hpp 2010-05-14 09:30:53 EDT (Fri, 14 May 2010)
@@ -26,7 +26,7 @@
 };
 
 /** Creates a mask of the supplied width in side type T, from the lower portion
- * of the integer starting from the right most bit moving towards the left.
+ * of the integer starting from the left most bit moving towards the right.
  */
 template <typename T, unsigned int Width>
 struct high_bits


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