Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r66513 - website/public_html/beta/development
From: eric_at_[hidden]
Date: 2010-11-11 22:49:59


Author: eric_niebler
Date: 2010-11-11 22:49:58 EST (Thu, 11 Nov 2010)
New Revision: 66513
URL: http://svn.boost.org/trac/boost/changeset/66513

Log:
run HTML Tidy over the requirements page
Text files modified:
   website/public_html/beta/development/requirements.html | 12 ++++++------
   1 files changed, 6 insertions(+), 6 deletions(-)

Modified: website/public_html/beta/development/requirements.html
==============================================================================
--- website/public_html/beta/development/requirements.html (original)
+++ website/public_html/beta/development/requirements.html 2010-11-11 22:49:58 EST (Thu, 11 Nov 2010)
@@ -361,11 +361,11 @@
               assertions to your code (you should!), avoid C's
               <code>assert</code> macro and use Boost's
               <code>BOOST_ASSERT</code> macro (in
- <code>boost/assert.hpp</code>) instead. It is more configurable.
- Use <code>BOOST_ASSERT</code> in public headers and in library
- source code (for separately compiled libraries). Use of C's
- <code>assert</code> macro is ok in examples and in documentation.
- </p>
+ <code>boost/assert.hpp</code>) instead. It is more
+ configurable. Use <code>BOOST_ASSERT</code> in public headers
+ and in library source code (for separately compiled libraries).
+ Use of C's <code>assert</code> macro is ok in examples and in
+ documentation.</p>
 
               <p>Make sure your code compiles in the presence of the
               <code>min()</code> and <code>max()</code> macros. Some platform
@@ -373,7 +373,7 @@
               which cause some common C++ constructs to fail to compile. Some
               simple tricks can protect your code from inappropriate macro
               substitution:</p>
-
+
               <ul>
                 <li>If you want to call <code>std::min()</code> or
                 <code>std::max()</code>:


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