|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r53851 - sandbox/monotonic/libs/monotonic/doc
From: christian.schladetsch_at_[hidden]
Date: 2009-06-13 00:37:09
Author: cschladetsch
Date: 2009-06-13 00:37:08 EDT (Sat, 13 Jun 2009)
New Revision: 53851
URL: http://svn.boost.org/trac/boost/changeset/53851
Log:
gah, lost </pre> tag
Text files modified:
sandbox/monotonic/libs/monotonic/doc/index.html | 4 ++--
1 files changed, 2 insertions(+), 2 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:37:08 EDT (Sat, 13 Jun 2009)
@@ -142,8 +142,8 @@
It has been strongly suggested that these convenience structures be removed from
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;</pre>
- ><p>
+typedef std::map<int, std::list<int, boost::monotonic::allocator<int> >, std::less<int>, boost::monotonic::allocator<int> > Map;</pre>
+ i<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