Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r53849 - sandbox/monotonic/libs/monotonic/doc
From: christian.schladetsch_at_[hidden]
Date: 2009-06-13 00:34:13


Author: cschladetsch
Date: 2009-06-13 00:34:12 EDT (Sat, 13 Jun 2009)
New Revision: 53849
URL: http://svn.boost.org/trac/boost/changeset/53849

Log:
gah, lost </pre> tag

Text files modified:
   sandbox/monotonic/libs/monotonic/doc/index.html | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: sandbox/monotonic/libs/monotonic/doc/index.html
==============================================================================
--- sandbox/monotonic/libs/monotonic/doc/index.html (original)
+++ sandbox/monotonic/libs/monotonic/doc/index.html 2009-06-13 00:34:12 EDT (Sat, 13 Jun 2009)
@@ -143,7 +143,7 @@
                 the proposal. For comparison, the following are two exactly equivalent types:</p>
             <pre>typedef boost::monotonic::map&lt;int, boost::monotonic::list&lt;int&gt; &gt; Map;
 typedef std::map&lt;int, std::list&lt;int, boost::monotonic::allocator&lt;int&gt;,
- std::less, boost::monotonic::allocator&lt;int&gt; &gt; Map;<p>
+ std::less, boost::monotonic::allocator&lt;int&gt; &gt; Map;</pre><p>
                 The matter can be argued either way. The container-wrappers currently remain
                 part of the proposal, but this may change.</p>
             <h2 id="Architecture">


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