Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r80861 - in sandbox/enable_if/libs/enable_if/doc: . html
From: rivorus_at_[hidden]
Date: 2012-10-05 00:01:35


Author: matt_calabrese
Date: 2012-10-05 00:01:33 EDT (Fri, 05 Oct 2012)
New Revision: 80861
URL: http://svn.boost.org/trac/boost/changeset/80861

Log:
Updated typos in documentation.
Text files modified:
   sandbox/enable_if/libs/enable_if/doc/html/index.html | 16 +++++++---------
   sandbox/enable_if/libs/enable_if/doc/preface.qbk | 10 ++++------
   2 files changed, 11 insertions(+), 15 deletions(-)

Modified: sandbox/enable_if/libs/enable_if/doc/html/index.html
==============================================================================
--- sandbox/enable_if/libs/enable_if/doc/html/index.html (original)
+++ sandbox/enable_if/libs/enable_if/doc/html/index.html 2012-10-05 00:01:33 EDT (Fri, 05 Oct 2012)
@@ -74,14 +74,12 @@
 <p>
       The <code class="literal">Enable_If Macros</code> library is a collection of preprocessor
       macros aimed toward enabling and disabling function templates and type template
- specialization in C++11 through the use of SFINAE. Advantages over <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">enable_if</span></code>
- and Boost.Enable_If
- are explained throughout the documentation.
+ specialization in C++11 through the use of SFINAE.
     </p>
 <h4>
 <a name="enable_if_macros.preface.h1"></a>
- <span class="phrase"><a name="enable_if_macros.preface.advantages_in_brief"></a></span><a class="link" href="index.html#enable_if_macros.preface.advantages_in_brief">Advantages
- in Brief</a>
+ <span class="phrase"><a name="enable_if_macros.preface.advantages_over_std_enable_if_an"></a></span><a class="link" href="index.html#enable_if_macros.preface.advantages_over_std_enable_if_an">Advantages
+ Over std::enable_if and Boost.Enable_If in Brief</a>
     </h4>
 <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
 <li class="listitem">
@@ -92,18 +90,18 @@
           operators).
         </li>
 <li class="listitem">
- Work in the expected manner when a provided conditions doesn't depend on
+ Works in the expected manner when a provided condition doesn't depend on
           a template argument.
         </li>
 <li class="listitem">
- Has improved "lazy" forms that allow for the introduction of
- multiple, named lazy types.
+ Has "lazy" forms that allow for the introduction of multiple,
+ named lazy types.
         </li>
 </ul></div>
 </div>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
-<td align="left"><p><small>Last revised: October 04, 2012 at 23:00:05 GMT</small></p></td>
+<td align="left"><p><small>Last revised: October 05, 2012 at 04:00:36 GMT</small></p></td>
 <td align="right"><div class="copyright-footer"></div></td>
 </tr></table>
 <hr>

Modified: sandbox/enable_if/libs/enable_if/doc/preface.qbk
==============================================================================
--- sandbox/enable_if/libs/enable_if/doc/preface.qbk (original)
+++ sandbox/enable_if/libs/enable_if/doc/preface.qbk 2012-10-05 00:01:33 EDT (Fri, 05 Oct 2012)
@@ -21,15 +21,13 @@
 
 The =Enable_If Macros= library is a collection of preprocessor macros aimed
 toward enabling and disabling function templates and type template
-specialization in C++11 through the use of SFINAE. Advantages over
-`std::enable_if` and [boost_enable_if] are explained throughout the
-documentation.
+specialization in C++11 through the use of SFINAE.
 
-[heading Advantages in Brief]
+[heading Advantages Over std::enable_if and Boost.Enable_If in Brief]
 
 * Direct support for expression validation.
 * [Easily] usable in a function template argument list (I.E. for conversion operators).
-* Work in the expected manner when a provided conditions doesn't depend on a template argument.
-* Has improved "lazy" forms that allow for the introduction of multiple, named lazy types.
+* Works in the expected manner when a provided condition doesn't depend on a template argument.
+* Has "lazy" forms that allow for the introduction of multiple, named lazy types.
 
 [endsect]


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