$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: agurtovoy_at_[hidden]
Date: 2007-12-31 20:41:33
Author: agurtovoy
Date: 2007-12-31 20:41:32 EST (Mon, 31 Dec 2007)
New Revision: 42396
URL: http://svn.boost.org/trac/boost/changeset/42396
Log:
map doc clarification (thanks to Larry Evans)
Text files modified: 
   trunk/libs/mpl/doc/src/refmanual/map.rst |     4 ++--                                    
   1 files changed, 2 insertions(+), 2 deletions(-)
Modified: trunk/libs/mpl/doc/src/refmanual/map.rst
==============================================================================
--- trunk/libs/mpl/doc/src/refmanual/map.rst	(original)
+++ trunk/libs/mpl/doc/src/refmanual/map.rst	2007-12-31 20:41:32 EST (Mon, 31 Dec 2007)
@@ -89,7 +89,7 @@
 +---------------------------------------+-----------------------------------------------------------+
 | ``value_type<m,x>::type``             | Identical to ``x::second``; see |Associative Sequence|.   |
 +---------------------------------------+-----------------------------------------------------------+
-| ``insert<m,x>::type``                 | A new ``map`` equivalent to ``m`` except that             |
+| ``insert<m,x>::type``                 | A new ``map``, ``t``, equivalent to ``m`` except that     |
 |                                       | ::                                                        |
 |                                       |                                                           |
 |                                       |     at< t, key_type<m,x>::type >::type                    |
@@ -98,7 +98,7 @@
 +---------------------------------------+-----------------------------------------------------------+
 | ``insert<m,pos,x>::type``             | Equivalent to ``insert<m,x>::type``; ``pos`` is ignored.  |
 +---------------------------------------+-----------------------------------------------------------+
-| ``erase_key<m,k>::type``              | A new ``map`` equivalent to ``m`` except that             |
+| ``erase_key<m,k>::type``              | A new ``map``, ``t``, equivalent to ``m`` except that     |
 |                                       | ``has_key<t, k>::value == false``.                        |
 +---------------------------------------+-----------------------------------------------------------+
 | ``erase<m,pos>::type``                | Equivalent to ``erase<m, deref<pos>::type >::type``.      |