diff --git a/doc/ref.xml b/doc/ref.xml
index 6f8d16cb..759b385f 100644
--- a/doc/ref.xml
+++ b/doc/ref.xml
@@ -329,8 +329,8 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
The iterator following position
before the erasure.
- Only throws an exception, if it is thrown by a call to hasher
or key_equal
.
- They don't get called by the current implementation Boost.Unordered but other implementations may call them.
+ Only throws an exception if it is thrown by hasher
or key_equal
.
+ In this implementation, this overload doesn't call either function object's methods so it is no throw, but this might not be true in other implementations.
@@ -345,7 +345,7 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
The number of elements erased.
- Only throws an exception, if it is thrown by a call to hasher
or key_equal
.
+ Only throws an exception if it is thrown by hasher
or key_equal
.
@@ -363,8 +363,8 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
The iterator following the erased elements - i.e. last
.
- Only throws an exception, if it is thrown by a call to hasher
or key_equal
.
- They don't get called by the current implementation Boost.Unordered but other implementations may call them.
+ Only throws an exception if it is thrown by hasher
or key_equal
.
+ In this implementation, this overload doesn't call either function object's methods so it is no throw, but this might not be true in other implementations.
@@ -908,8 +908,8 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
The iterator following position
before the erasure.
- Only throws an exception, if it is thrown by a call to hasher
or key_equal
.
- They don't get called by the current implementation Boost.Unordered but other implementations may call them.
+ Only throws an exception if it is thrown by hasher
or key_equal
.
+ In this implementation, this overload doesn't call either function object's methods so it is no throw, but this might not be true in other implementations.
@@ -924,7 +924,7 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
The number of elements erased.
- Only throws an exception, if it is thrown by a call to hasher
or key_equal
.
+ Only throws an exception if it is thrown by hasher
or key_equal
.
@@ -942,8 +942,8 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
The iterator following the erased elements - i.e. last
.
- Only throws an exception, if it is thrown by a call to hasher
or key_equal
.
- They don't get called by the current implementation Boost.Unordered but other implementations may call them.
+ Only throws an exception if it is thrown by hasher
or key_equal
.
+ In this implementation, this overload doesn't call either function object's methods so it is no throw, but this might not be true in other implementations.
@@ -1504,8 +1504,8 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
The iterator following position
before the erasure.
- Only throws an exception, if it is thrown by a call to hasher
or key_equal
.
- They don't get called by the current implementation Boost.Unordered but other implementations may call them.
+ Only throws an exception if it is thrown by hasher
or key_equal
.
+ In this implementation, this overload doesn't call either function object's methods so it is no throw, but this might not be true in other implementations.
@@ -1520,7 +1520,7 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
The number of elements erased.
- Only throws an exception, if it is thrown by a call to hasher
or key_equal
.
+ Only throws an exception if it is thrown by hasher
or key_equal
.
@@ -1538,8 +1538,8 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
The iterator following the erased elements - i.e. last
.
- Only throws an exception, if it is thrown by a call to hasher
or key_equal
.
- They don't get called by the current implementation Boost.Unordered but other implementations may call them.
+ Only throws an exception if it is thrown by hasher
or key_equal
.
+ In this implementation, this overload doesn't call either function object's methods so it is no throw, but this might not be true in other implementations.
@@ -2127,8 +2127,8 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
The iterator following position
before the erasure.
- Only throws an exception, if it is thrown by a call to hasher
or key_equal
.
- They don't get called by the current implementation Boost.Unordered but other implementations may call them.
+ Only throws an exception if it is thrown by hasher
or key_equal
.
+ In this implementation, this overload doesn't call either function object's methods so it is no throw, but this might not be true in other implementations.
@@ -2143,7 +2143,7 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
The number of elements erased.
- Only throws an exception, if it is thrown by a call to hasher
or key_equal
.
+ Only throws an exception if it is thrown by hasher
or key_equal
.
@@ -2161,8 +2161,8 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
The iterator following the erased elements - i.e. last
.
- Only throws an exception, if it is thrown by a call to hasher
or key_equal
.
- They don't get called by the current implementation Boost.Unordered but other implementations may call them.
+ Only throws an exception if it is thrown by hasher
or key_equal
.
+ In this implementation, this overload doesn't call either function object's methods so it is no throw, but this might not be true in other implementations.