$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r62402 - sandbox/SOC/2010/bit_masks/lib/integer/doc
From: bbartmanboost_at_[hidden]
Date: 2010-06-03 11:13:08
Author: bbartman
Date: 2010-06-03 11:13:08 EDT (Thu, 03 Jun 2010)
New Revision: 62402
URL: http://svn.boost.org/trac/boost/changeset/62402
Log:
working on integral_mask docuentation
Text files modified:
sandbox/SOC/2010/bit_masks/lib/integer/doc/integral_mask.qbk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: sandbox/SOC/2010/bit_masks/lib/integer/doc/integral_mask.qbk
==============================================================================
--- sandbox/SOC/2010/bit_masks/lib/integer/doc/integral_mask.qbk (original)
+++ sandbox/SOC/2010/bit_masks/lib/integer/doc/integral_mask.qbk 2010-06-03 11:13:08 EDT (Thu, 03 Jun 2010)
@@ -27,7 +27,7 @@
[[Operation][Description]]
[[`N::value`][Returns the `value` associated with `N` (in the current case
that is 16). ]]
- [[`N::value_type`][Returns `T` or the type associated with `value` inside `N` (in the
+ [[`N::value_type`][Returns `T` which is the type associated with `value` inside `N` (in the
current case that is int). ]]
[[`N::type`][ Returns the current types type (using N as an example,
`N::type` is equivalent to `integral_mask<int,16>` )]]