mirror of
https://github.com/boostorg/multi_index.git
synced 2025-05-11 13:24:04 +00:00
lexical error
[SVN r33050]
This commit is contained in:
parent
cf84a0dc1c
commit
c2d7a65cfd
@ -78,7 +78,7 @@ two typical use cases.
|
|||||||
STL sets and multisets are varying-length containers where elements are efficiently
|
STL sets and multisets are varying-length containers where elements are efficiently
|
||||||
sorted according to a given comparison predicate. These container classes fall short
|
sorted according to a given comparison predicate. These container classes fall short
|
||||||
of functionality when the programmer wishes to efficiently sort and look up the elements
|
of functionality when the programmer wishes to efficiently sort and look up the elements
|
||||||
following a different sorting criterium. Consider for instance:
|
following a different sorting criterion. Consider for instance:
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<blockquote><pre>
|
<blockquote><pre>
|
||||||
@ -1205,7 +1205,7 @@ Index types
|
|||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<p>Revised February 6th 2006</p>
|
<p>Revised February 21st 2006</p>
|
||||||
|
|
||||||
<p>© Copyright 2003-2006 Joaquín M López Muñoz.
|
<p>© Copyright 2003-2006 Joaquín M López Muñoz.
|
||||||
Distributed under the Boost Software
|
Distributed under the Boost Software
|
||||||
|
@ -46,7 +46,7 @@ Basics
|
|||||||
STL containers are designed around the concept that each container controls its
|
STL containers are designed around the concept that each container controls its
|
||||||
own collection of elements, giving access to them in a manner specified by the
|
own collection of elements, giving access to them in a manner specified by the
|
||||||
container's type: so, an <code>std::set</code> maintains the elements ordered
|
container's type: so, an <code>std::set</code> maintains the elements ordered
|
||||||
by a specified sorting criterium, <code>std::list</code> allows for free
|
by a specified sorting criterion, <code>std::list</code> allows for free
|
||||||
positioning of elements along a linear sequence, and so on.
|
positioning of elements along a linear sequence, and so on.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@ -126,7 +126,7 @@ Basics
|
|||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<p>Revised February 6th 2006</p>
|
<p>Revised February 21st 2006</p>
|
||||||
|
|
||||||
<p>© Copyright 2003-2006 Joaquín M López Muñoz.
|
<p>© Copyright 2003-2006 Joaquín M López Muñoz.
|
||||||
Distributed under the Boost Software
|
Distributed under the Boost Software
|
||||||
|
Loading…
x
Reference in New Issue
Block a user