From 78241de3939793eebcd99aa465cb4741d6e73162 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Thu, 22 Sep 2011 23:56:28 +0000 Subject: [PATCH] Unordered: `at` is in the standard. [SVN r74531] --- doc/ref.php | 4 ---- doc/ref.xml | 4 ---- 2 files changed, 8 deletions(-) diff --git a/doc/ref.php b/doc/ref.php index 30d79a92..599a1a77 100644 --- a/doc/ref.php +++ b/doc/ref.php @@ -811,10 +811,6 @@ EOL; An exception object of type std::out_of_range if no such element is present. - - This is not specified in the draft standard, but that is probably an oversight. The issue has been raised in - comp.std.c++. - diff --git a/doc/ref.xml b/doc/ref.xml index a31236dd..101064c5 100644 --- a/doc/ref.xml +++ b/doc/ref.xml @@ -2618,10 +2618,6 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) An exception object of type std::out_of_range if no such element is present. - - This is not specified in the draft standard, but that is probably an oversight. The issue has been raised in - comp.std.c++. -