mirror of
https://github.com/boostorg/multi_index.git
synced 2025-05-11 05:14:05 +00:00
toned message down
This commit is contained in:
parent
b0068335bb
commit
a4563aa66f
@ -175,7 +175,7 @@ pointed to by <code>it</code>, or <code>size()</code> if <code>it==end()</code>.
|
||||
<p>
|
||||
Ranked indices provide the same interface as ordered indices plus several rank-related operations.
|
||||
The cost of this extra functionality is higher memory consumption due to some internal additional
|
||||
data (one word per element) and marginally longer execution times in insertion and erasure.
|
||||
data (one word per element) and somewhat longer execution times in insertion and erasure.
|
||||
The <a href="../reference/rnk_indices.html">reference</a> describes these indices in complete detail.
|
||||
</p>
|
||||
|
||||
@ -818,7 +818,7 @@ Key extraction
|
||||
|
||||
<br>
|
||||
|
||||
<p>Revised April 19th 2015</p>
|
||||
<p>Revised April 20th 2015</p>
|
||||
|
||||
<p>© Copyright 2003-2015 Joaquín M López Muñoz.
|
||||
Distributed under the Boost Software
|
||||
|
Loading…
x
Reference in New Issue
Block a user