|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r62446 - sandbox/SOC/2010/bit_masks/lib/integer/doc
From: bbartmanboost_at_[hidden]
Date: 2010-06-05 10:55:24
Author: bbartman
Date: 2010-06-05 10:55:23 EDT (Sat, 05 Jun 2010)
New Revision: 62446
URL: http://svn.boost.org/trac/boost/changeset/62446
Log:
renaming a file
Text files modified:
sandbox/SOC/2010/bit_masks/lib/integer/doc/bits_mask.qbk | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
Modified: sandbox/SOC/2010/bit_masks/lib/integer/doc/bits_mask.qbk
==============================================================================
--- sandbox/SOC/2010/bit_masks/lib/integer/doc/bits_mask.qbk (original)
+++ sandbox/SOC/2010/bit_masks/lib/integer/doc/bits_mask.qbk 2010-06-05 10:55:23 EDT (Sat, 05 Jun 2010)
@@ -1,12 +1,13 @@
[c++]
-[section:MASKNAME MASKNAME]
+[section:bits_mask bits_mask]
[h3 Description]
[h3 Template Signature]
-`TYPENME` has the following template signature:
+`bits_mask` has the following template signature:
``
-TEMPLATE SIGNATURE.
+template <typename T, unsigned int Offset, unsigned int Width>
+struct bits_mask;
``
[table
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