$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r72165 - branches/pplib/v2/libs/preprocessor/doc/ref
From: eldiener_at_[hidden]
Date: 2011-05-25 15:56:23
Author: eldiener
Date: 2011-05-25 15:56:21 EDT (Wed, 25 May 2011)
New Revision: 72165
URL: http://svn.boost.org/trac/boost/changeset/72165
Log:
Changed minimum size mentioned for tuple from 0 to 1.
Text files modified: 
   branches/pplib/v2/libs/preprocessor/doc/ref/tuple_eat.html      |    12 ++++++------                            
   branches/pplib/v2/libs/preprocessor/doc/ref/tuple_elem.html     |    12 ++++++------                            
   branches/pplib/v2/libs/preprocessor/doc/ref/tuple_enum.html     |    16 ++++++++--------                        
   branches/pplib/v2/libs/preprocessor/doc/ref/tuple_rem.html      |    12 ++++++------                            
   branches/pplib/v2/libs/preprocessor/doc/ref/tuple_rem_ctor.html |    12 ++++++------                            
   branches/pplib/v2/libs/preprocessor/doc/ref/tuple_reverse.html  |    12 ++++++------                            
   branches/pplib/v2/libs/preprocessor/doc/ref/tuple_to_array.html |    12 ++++++------                            
   branches/pplib/v2/libs/preprocessor/doc/ref/tuple_to_list.html  |    12 ++++++------                            
   branches/pplib/v2/libs/preprocessor/doc/ref/tuple_to_seq.html   |    18 ++++++++++--------                      
   9 files changed, 60 insertions(+), 58 deletions(-)
Modified: branches/pplib/v2/libs/preprocessor/doc/ref/tuple_eat.html
==============================================================================
--- branches/pplib/v2/libs/preprocessor/doc/ref/tuple_eat.html	(original)
+++ branches/pplib/v2/libs/preprocessor/doc/ref/tuple_eat.html	2011-05-25 15:56:21 EDT (Wed, 25 May 2011)
@@ -1,9 +1,9 @@
 <html>
-<head>
+  <head>
     <title>BOOST_PP_TUPLE_EAT</title>
         <link rel="stylesheet" type="text/css" href="../styles.css">
-</head>
-<body>
+  </head>
+  <body>
         <div style="margin-left: 0px;">
                 The <b>BOOST_PP_TUPLE_EAT</b> macro expands to a macro that eats a <i>tuple</i>.
         </div>
@@ -20,7 +20,7 @@
                         <dt>size</dt>
                         <dd>
                                 The size of the <i>tuple</i> to be eaten. 
-				Valid <i>tuple</i> sizes range from <i>0</i> to <b>BOOST_PP_LIMIT_TUPLE</b>.
+				Valid <i>tuple</i> sizes range from <i>1</i> to <b>BOOST_PP_LIMIT_TUPLE</b>.
                         </dd>
                 </dl>
         <h4>Remarks</h4>
@@ -54,5 +54,5 @@
                 accompanying file LICENSE_1_0.txt or
                 copy at www.boost.org/LICENSE_1_0.txt)</small></p>
         </div>
-</body>
-</html>
+  </body>
+</html>
\ No newline at end of file
Modified: branches/pplib/v2/libs/preprocessor/doc/ref/tuple_elem.html
==============================================================================
--- branches/pplib/v2/libs/preprocessor/doc/ref/tuple_elem.html	(original)
+++ branches/pplib/v2/libs/preprocessor/doc/ref/tuple_elem.html	2011-05-25 15:56:21 EDT (Wed, 25 May 2011)
@@ -1,9 +1,9 @@
 <html>
-<head>
+  <head>
     <title>BOOST_PP_TUPLE_ELEM</title>
         <link rel="stylesheet" type="text/css" href="../styles.css">
-</head>
-<body>
+  </head>
+  <body>
         <div style="margin-left: 0px;">
                 The <b>BOOST_PP_TUPLE_ELEM</b> macro extracts an element from a <i>tuple</i>.
         </div>
@@ -20,7 +20,7 @@
                         <dt>size</dt>
                         <dd>
                                 The size of the <i>tuple</i>. 
-				Valid <i>tuple</i> sizes range from <i>0</i> to <b>BOOST_PP_LIMIT_TUPLE</b>. 
+				Valid <i>tuple</i> sizes range from <i>1</i> to <b>BOOST_PP_LIMIT_TUPLE</b>. 
                         </dd>
                         <dt>i</dt>
                         <dd>
@@ -61,5 +61,5 @@
                 accompanying file LICENSE_1_0.txt or
                 copy at www.boost.org/LICENSE_1_0.txt)</small></p>
         </div>
-</body>
-</html>
+  </body>
+</html>
\ No newline at end of file
Modified: branches/pplib/v2/libs/preprocessor/doc/ref/tuple_enum.html
==============================================================================
--- branches/pplib/v2/libs/preprocessor/doc/ref/tuple_enum.html	(original)
+++ branches/pplib/v2/libs/preprocessor/doc/ref/tuple_enum.html	2011-05-25 15:56:21 EDT (Wed, 25 May 2011)
@@ -1,9 +1,9 @@
 <html>
-<head>
-  <title>BOOST_PP_TUPLE_ENUM</title>
-  <link rel="stylesheet" type="text/css" href="../styles.css">
-</head>
-<body>
+  <head>
+    <title>BOOST_PP_TUPLE_ENUM</title>
+    <link rel="stylesheet" type="text/css" href="../styles.css">
+  </head>
+  <body>
 <div style="margin-left: 0px;"> The <b>BOOST_PP_TUPLE_ENUM</b> macro converts a <i>tuple</i> to its comma-separated elements. The comma-separated elements are in the form of <i>variadic data</i>. </div>
 <h4> Usage </h4>
 <div class="code"> <b>BOOST_PP_TUPLE_ENUM</b>(<i>size,tuple</i>)<br>
@@ -17,7 +17,7 @@
   <dt>size</dt>
   <dd>
                                 The size of the <i>tuple</i>. 
-				Valid <i>tuple</i> sizes range from <i>0</i> to <b>BOOST_PP_LIMIT_TUPLE</b>. <br>
+				Valid <i>tuple</i> sizes range from <i>1</i> to <b>BOOST_PP_LIMIT_TUPLE</b>. <br>
   </dd>
   <dt>tuple</dt>
   <dd> The <i>tuple</i> whose elements are to be converted. </dd>
@@ -51,5 +51,5 @@
 (See accompanying file LICENSE_1_0.txt
 or copy at www.boost.org/LICENSE_1_0.txt)</small></p>
 </div>
-</body>
-</html>
+  </body>
+</html>
\ No newline at end of file
Modified: branches/pplib/v2/libs/preprocessor/doc/ref/tuple_rem.html
==============================================================================
--- branches/pplib/v2/libs/preprocessor/doc/ref/tuple_rem.html	(original)
+++ branches/pplib/v2/libs/preprocessor/doc/ref/tuple_rem.html	2011-05-25 15:56:21 EDT (Wed, 25 May 2011)
@@ -1,9 +1,9 @@
 <html>
-<head>
+  <head>
     <title>BOOST_PP_TUPLE_REM</title>
         <link rel="stylesheet" type="text/css" href="../styles.css">
-</head>
-<body>
+  </head>
+  <body>
         <div style="margin-left: 0px;">
                 The <b>BOOST_PP_TUPLE_REM</b> macro expands to a macro that removes the parentheses from a <i>tuple</i>.
         </div>
@@ -20,7 +20,7 @@
                         <dt>size</dt>
                         <dd>
                                 The size of the <i>tuple</i> from which the parentheses are to be removed. 
-				Valid <i>tuple</i> sizes range from <i>0</i> to <b>BOOST_PP_LIMIT_TUPLE</b>. 
+				Valid <i>tuple</i> sizes range from <i>1</i> to <b>BOOST_PP_LIMIT_TUPLE</b>. 
                         </dd>
                 </dl>
         <h4>Remarks</h4>
@@ -55,5 +55,5 @@
                 accompanying file LICENSE_1_0.txt or
                 copy at www.boost.org/LICENSE_1_0.txt)</small></p>
         </div>
-</body>
-</html>
+  </body>
+</html>
\ No newline at end of file
Modified: branches/pplib/v2/libs/preprocessor/doc/ref/tuple_rem_ctor.html
==============================================================================
--- branches/pplib/v2/libs/preprocessor/doc/ref/tuple_rem_ctor.html	(original)
+++ branches/pplib/v2/libs/preprocessor/doc/ref/tuple_rem_ctor.html	2011-05-25 15:56:21 EDT (Wed, 25 May 2011)
@@ -1,9 +1,9 @@
 <html>
-<head>
+  <head>
     <title>BOOST_PP_TUPLE_REM_CTOR</title>
         <link rel="stylesheet" type="text/css" href="../styles.css">
-</head>
-<body>
+  </head>
+  <body>
         <div style="margin-left: 0px;">
                 The <b>BOOST_PP_TUPLE_REM_CTOR</b> macro removes the parentheses from a <i>tuple</i>.
         </div>
@@ -20,7 +20,7 @@
                         <dt>size</dt>
                         <dd>
                                 The size of the <i>tuple</i> from which the parentheses are to be removed. 
-				Valid <i>tuple</i> sizes range from <i>0</i> to <b>BOOST_PP_LIMIT_TUPLE</b>. 
+				Valid <i>tuple</i> sizes range from <i>1</i> to <b>BOOST_PP_LIMIT_TUPLE</b>. 
                         </dd>
                         <dt>tuple</dt>
                         <dd>
@@ -57,5 +57,5 @@
                 accompanying file LICENSE_1_0.txt or
                 copy at www.boost.org/LICENSE_1_0.txt)</small></p>
         </div>
-</body>
-</html>
+  </body>
+</html>
\ No newline at end of file
Modified: branches/pplib/v2/libs/preprocessor/doc/ref/tuple_reverse.html
==============================================================================
--- branches/pplib/v2/libs/preprocessor/doc/ref/tuple_reverse.html	(original)
+++ branches/pplib/v2/libs/preprocessor/doc/ref/tuple_reverse.html	2011-05-25 15:56:21 EDT (Wed, 25 May 2011)
@@ -1,9 +1,9 @@
 <html>
-<head>
+  <head>
     <title>BOOST_PP_TUPLE_REVERSE</title>
         <link rel="stylesheet" type="text/css" href="../styles.css">
-</head>
-<body>
+  </head>
+  <body>
         <div style="margin-left: 0px;">
                 The <b>BOOST_PP_TUPLE_REVERSE</b> macro reverses a <i>tuple</i>.
         </div>
@@ -21,7 +21,7 @@
                         <dt>size</dt>
                         <dd>
                                 The size of the <i>tuple</i> to be reversed. 
-				Valid <i>tuple</i> sizes range from <i>0</i> to <b>BOOST_PP_LIMIT_TUPLE</b>. 
+				Valid <i>tuple</i> sizes range from <i>1</i> to <b>BOOST_PP_LIMIT_TUPLE</b>. 
                         </dd>
                         <dt>tuple</dt>
                         <dd>
@@ -57,5 +57,5 @@
                 accompanying file LICENSE_1_0.txt or
                 copy at www.boost.org/LICENSE_1_0.txt)</small></p>
         </div>
-</body>
-</html>
+  </body>
+</html>
\ No newline at end of file
Modified: branches/pplib/v2/libs/preprocessor/doc/ref/tuple_to_array.html
==============================================================================
--- branches/pplib/v2/libs/preprocessor/doc/ref/tuple_to_array.html	(original)
+++ branches/pplib/v2/libs/preprocessor/doc/ref/tuple_to_array.html	2011-05-25 15:56:21 EDT (Wed, 25 May 2011)
@@ -1,9 +1,9 @@
 <html>
-<head>
+  <head>
   <title>BOOST_PP_TUPLE_TO_ARRAY</title>
   <link rel="stylesheet" type="text/css" href="../styles.css">
-</head>
-<body>
+  </head>
+  <body>
 <div style="margin-left: 0px;"> The <b>BOOST_PP_TUPLE_TO_ARRAY</b>
 macro
 converts a <i>tuple</i> to an <i>array</i>. </div>
@@ -18,7 +18,7 @@
 <dl>
   <dt>size</dt>
   <dd> The size of the <i>tuple</i>.  Valid <i>tuple</i> sizes
-range from <i>0</i> to <b>BOOST_PP_LIMIT_TUPLE</b>. <br>
+range from <i>1</i> to <b>BOOST_PP_LIMIT_TUPLE</b>. <br>
   </dd>
   <dt>tuple</dt>
   <dd> The <i>tuple</i> to be converted.</dd>
@@ -46,5 +46,5 @@
 (See accompanying file LICENSE_1_0.txt
 or copy at www.boost.org/LICENSE_1_0.txt)</small></p>
 </div>
-</body>
-</html>
+  </body>
+</html>
\ No newline at end of file
Modified: branches/pplib/v2/libs/preprocessor/doc/ref/tuple_to_list.html
==============================================================================
--- branches/pplib/v2/libs/preprocessor/doc/ref/tuple_to_list.html	(original)
+++ branches/pplib/v2/libs/preprocessor/doc/ref/tuple_to_list.html	2011-05-25 15:56:21 EDT (Wed, 25 May 2011)
@@ -1,9 +1,9 @@
 <html>
-<head>
+  <head>
     <title>BOOST_PP_TUPLE_TO_LIST</title>
         <link rel="stylesheet" type="text/css" href="../styles.css">
-</head>
-<body>
+  </head>
+  <body>
         <div style="margin-left: 0px;">
                 The <b>BOOST_PP_TUPLE_TO_LIST</b> macro converts a <i>tuple</i> to a <i>list</i>.
         </div>
@@ -20,7 +20,7 @@
                         <dt>size</dt>
                         <dd>
                                 The size of the <i>tuple</i> to be converted. 
-				Valid <i>tuple</i> sizes range from <i>0</i> to <b>BOOST_PP_LIMIT_TUPLE</b>. 
+				Valid <i>tuple</i> sizes range from <i>1</i> to <b>BOOST_PP_LIMIT_TUPLE</b>. 
                         </dd>
                         <dt>tuple</dt>
                         <dd>
@@ -56,5 +56,5 @@
                 accompanying file LICENSE_1_0.txt or
                 copy at www.boost.org/LICENSE_1_0.txt)</small></p>
         </div>
-</body>
-</html>
+  </body>
+</html>
\ No newline at end of file
Modified: branches/pplib/v2/libs/preprocessor/doc/ref/tuple_to_seq.html
==============================================================================
--- branches/pplib/v2/libs/preprocessor/doc/ref/tuple_to_seq.html	(original)
+++ branches/pplib/v2/libs/preprocessor/doc/ref/tuple_to_seq.html	2011-05-25 15:56:21 EDT (Wed, 25 May 2011)
@@ -1,9 +1,9 @@
 <html>
-<head>
-  <title>BOOST_PP_TUPLE_TO_SEQ</title>
-  <link rel="stylesheet" type="text/css" href="../styles.css">
-</head>
-<body>
+  <head>
+    <title>BOOST_PP_TUPLE_TO_SEQ</title>
+    <link rel="stylesheet" type="text/css" href="../styles.css">
+  </head>
+  <body>
 <div style="margin-left: 0px;"> The <b>BOOST_PP_TUPLE_TO_SEQ</b> macro
 converts a <i>tuple</i> to an <i>seq</i>. </div>
 <h4> Usage </h4>
@@ -16,7 +16,9 @@
 <h4> Arguments </h4>
 <dl>
   <dt>size</dt>
-  <dd> The number of elements in <i>tuple</i>. </dd>
+  <dd>
+				The size of the <i>tuple</i> to be converted. 
+				Valid <i>tuple</i> sizes range from <i>1</i> to <b>BOOST_PP_LIMIT_TUPLE</b>.  </dd>
   <dt>tuple</dt>
   <dd> The <i>tuple</i> to be converted. </dd>
 </dl>
@@ -45,5 +47,5 @@
 (See accompanying file LICENSE_1_0.txt
 or copy at www.boost.org/LICENSE_1_0.txt)</small></p>
 </div>
-</body>
-</html>
+  </body>
+</html>
\ No newline at end of file