$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r53850 - sandbox/monotonic/libs/monotonic/doc
From: christian.schladetsch_at_[hidden]
Date: 2009-06-13 00:35:13
Author: cschladetsch
Date: 2009-06-13 00:35:13 EDT (Sat, 13 Jun 2009)
New Revision: 53850
URL: http://svn.boost.org/trac/boost/changeset/53850
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:35:13 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, 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">