|
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<int, boost::monotonic::list<int> > Map;
typedef std::map<int, std::list<int, boost::monotonic::allocator<int>,
- std::less, boost::monotonic::allocator<int> > Map;<p>
+ std::less, boost::monotonic::allocator<int> > 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