Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r60690 - trunk/libs/circular_buffer/doc
From: jano_gaspar_at_[hidden]
Date: 2010-03-18 08:36:41


Author: jano_gaspar
Date: 2010-03-18 08:36:41 EDT (Thu, 18 Mar 2010)
New Revision: 60690
URL: http://svn.boost.org/trac/boost/changeset/60690

Log:
circular_buffer: doc update
Text files modified:
   trunk/libs/circular_buffer/doc/circular_buffer.html | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/libs/circular_buffer/doc/circular_buffer.html
==============================================================================
--- trunk/libs/circular_buffer/doc/circular_buffer.html (original)
+++ trunk/libs/circular_buffer/doc/circular_buffer.html 2010-03-18 08:36:41 EDT (Thu, 18 Mar 2010)
@@ -607,7 +607,7 @@
       The <code>circular_buffer</code> is compatible with the <a href="../../../doc/html/interprocess.html">Boost
       Interprocess</a> library used for interprocess communication. Considering that the <code>circular_buffer</code>'s
       debug support relies on 'raw' pointers - which is not permited by the Interprocess library - the code has to
- compiled with <code>-DBOOST_CB_DISABLE_DEBUG</code> or </code>-DNDEBUG</code> (which disables the
+ compiled with <code>-DBOOST_CB_DISABLE_DEBUG</code> or <code>-DNDEBUG</code> (which disables the
       <a href="#debug">Debug Support</a>). Not doing that will cause the compilation to fail.
     </p>
     <h2>


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