Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r74531 - trunk/libs/unordered/doc
From: dnljms_at_[hidden]
Date: 2011-09-22 19:56:29


Author: danieljames
Date: 2011-09-22 19:56:28 EDT (Thu, 22 Sep 2011)
New Revision: 74531
URL: http://svn.boost.org/trac/boost/changeset/74531

Log:
Unordered: `at` is in the standard.
Text files modified:
   trunk/libs/unordered/doc/ref.php | 4 ----
   trunk/libs/unordered/doc/ref.xml | 4 ----
   2 files changed, 0 insertions(+), 8 deletions(-)

Modified: trunk/libs/unordered/doc/ref.php
==============================================================================
--- trunk/libs/unordered/doc/ref.php (original)
+++ trunk/libs/unordered/doc/ref.php 2011-09-22 19:56:28 EDT (Thu, 22 Sep 2011)
@@ -811,10 +811,6 @@
               <throws>
                 <para>An exception object of type <code>std::out_of_range</code> if no such element is present.</para>
               </throws>
- <notes>
- <para>This is not specified in the draft standard, but that is probably an oversight. The issue has been raised in
- <ulink url="http://groups.google.com/group/comp.std.c++/browse_thread/thread/ab7c22a868fd370b">comp.std.c++</ulink>.</para>
- </notes>
             </overloaded-method>
 <?php endif; ?>
           </method-group>

Modified: trunk/libs/unordered/doc/ref.xml
==============================================================================
--- trunk/libs/unordered/doc/ref.xml (original)
+++ trunk/libs/unordered/doc/ref.xml 2011-09-22 19:56:28 EDT (Thu, 22 Sep 2011)
@@ -2618,10 +2618,6 @@
               <throws>
                 <para>An exception object of type <code>std::out_of_range</code> if no such element is present.</para>
               </throws>
- <notes>
- <para>This is not specified in the draft standard, but that is probably an oversight. The issue has been raised in
- <ulink url="http://groups.google.com/group/comp.std.c++/browse_thread/thread/ab7c22a868fd370b">comp.std.c++</ulink>.</para>
- </notes>
             </overloaded-method>
           </method-group>
           <method-group name="bucket interface">


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