Boost logo

Boost-Commit :

From: daniel_james_at_[hidden]
Date: 2007-11-04 15:41:46


Author: danieljames
Date: 2007-11-04 15:41:46 EST (Sun, 04 Nov 2007)
New Revision: 40755
URL: http://svn.boost.org/trac/boost/changeset/40755

Log:
I forgot to run tidy before comitting.
Text files modified:
   website/public_html/beta/development/int_const_guidelines.html | 12 +++++++-----
   1 files changed, 7 insertions(+), 5 deletions(-)

Modified: website/public_html/beta/development/int_const_guidelines.html
==============================================================================
--- website/public_html/beta/development/int_const_guidelines.html (original)
+++ website/public_html/beta/development/int_const_guidelines.html 2007-11-04 15:41:46 EST (Sun, 04 Nov 2007)
@@ -51,7 +51,8 @@
               following:</p>
 
               <ol>
- <li>A literal integral value, for example <code>0u</code> or <code>3L</code>.</li>
+ <li>A literal integral value, for example <code>0u</code> or
+ <code>3L</code>.</li>
 
                 <li>An enumerator value.</li>
 
@@ -194,8 +195,8 @@
               expression unless the name is fully qualified (which is to say
               it starts with <code>::</code>).</p>
 
- <p><b><i>Always leave a space after a '<code>&lt;</code>' and before
- '<code>::</code>'</i></b></p>
+ <p><b><i>Always leave a space after a '<code>&lt;</code>' and
+ before '<code>::</code>'</i></b></p>
 
               <p>For example:</p>
               <pre>
@@ -204,8 +205,9 @@
                 ensure there is space here!
 </pre>
 
- <p>Rationale: <code>&lt;:</code> is a legal digraph in it's own right, so
- <code>&lt;::</code> is interpreted as the same as <code>[:</code>.</p>
+ <p>Rationale: <code>&lt;:</code> is a legal digraph in it's own
+ right, so <code>&lt;::</code> is interpreted as the same as
+ <code>[:</code>.</p>
 
               <p><b><i>Don't use local names as integral constant
               expressions</i></b></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