Boost logo

Boost-Commit :

From: Lawrence_at_[hidden]
Date: 2007-10-23 00:48:35


Author: crowl
Date: 2007-10-23 00:48:34 EDT (Tue, 23 Oct 2007)
New Revision: 40335
URL: http://svn.boost.org/trac/boost/changeset/40335

Log:
Ensure blank lines around heading elements.

Text files modified:
   sandbox/committee/LWG/thread_library.html | 13 ++++++++++++-
   1 files changed, 12 insertions(+), 1 deletions(-)

Modified: sandbox/committee/LWG/thread_library.html
==============================================================================
--- sandbox/committee/LWG/thread_library.html (original)
+++ sandbox/committee/LWG/thread_library.html 2007-10-23 00:48:34 EDT (Tue, 23 Oct 2007)
@@ -63,7 +63,9 @@
 <br>
 2007-10-11
 </address>
+
 <hr>
+
 <h1 style="text-align:center">Multi-threading Library for Standard C++</h1>
 
 <h2>Contents</h2>
@@ -308,7 +310,9 @@
 </p>
 
 <h5><code>thread</code> types</h5>
+
 <h6>Class <code>thread::id</code></h6>
+
 <pre><code>
     class thread::id
     {
@@ -465,6 +469,7 @@
 </blockquote>
 
 <h5><code>thread</code> constructors</h5>
+
 <blockquote>
 <pre><code>
 thread();
@@ -554,6 +559,7 @@
 </blockquote>
 
 <h5><code>thread</code> destructor</h5>
+
 <blockquote>
 <pre><code>
 ~thread();
@@ -571,6 +577,7 @@
 </blockquote>
 
 <h5><code>thread</code> assignment</h5>
+
 <blockquote>
 <pre><code>
 thread&amp; operator=(thread&amp;&amp; <i>x</i>);
@@ -597,6 +604,7 @@
 </blockquote>
 
 <h5><code>thread</code> members</h5>
+
 <blockquote>
 <pre><code>
 void swap(thread&amp;&amp; <i>x</i>);
@@ -701,6 +709,7 @@
 </blockquote>
 
 <h5><code>thread</code> static members</h5>
+
 <blockquote>
 <pre><code>
 unsigned hardware_concurrency();
@@ -720,6 +729,7 @@
 </blockquote>
 
 <h5><code>thread</code> specialized algorithms</h5>
+
 <blockquote>
 <pre><code>
 void swap(thread&amp; x, thread&amp; y);
@@ -2330,10 +2340,10 @@
 
 <hr>
 
-
 <h2><a name="DateTime"></a>Chapter ?&nbsp;&nbsp; Date Time Library</h2>
 
 <hr>
+
 <p>
 This clause describes components for determining and manipulating temporal values.
  A <i>time point</i> represents a dimensionless instant
@@ -3426,6 +3436,7 @@
 <p>
         <i>Throws:</i> Nothing.
 </p>
+
 <h3 class="title"><a name="n2411_07_0271___proposal_for_date_time_types_in_c__0x_to_support_threading_apis_v2.proposed_text.class_hours"></a>class hours</h3>
 
 <p>


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