Boost logo

Boost-Commit :

From: daniel_james_at_[hidden]
Date: 2007-12-29 11:00:32


Author: danieljames
Date: 2007-12-29 11:00:32 EST (Sat, 29 Dec 2007)
New Revision: 42339
URL: http://svn.boost.org/trac/boost/changeset/42339

Log:
Specify the namespace for 'std::out_of_range' in the reference documentation.
Text files modified:
   branches/unordered/dev/libs/unordered/doc/ref.xml | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: branches/unordered/dev/libs/unordered/doc/ref.xml
==============================================================================
--- branches/unordered/dev/libs/unordered/doc/ref.xml (original)
+++ branches/unordered/dev/libs/unordered/doc/ref.xml 2007-12-29 11:00:32 EST (Sat, 29 Dec 2007)
@@ -1848,7 +1848,7 @@
                 <para>A reference to <code>x.second</code> where <code>x</code> is the (unique) element whose key is equivalent to <code>k</code>.</para>
               </returns>
               <throws>
- <para>An exception object of type <code>out_of_range</code> if no such element is present.</para>
+ <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


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