mirror of
https://github.com/boostorg/utility.git
synced 2025-05-08 18:34:02 +00:00
fixed sgi stl link
[SVN r9631]
This commit is contained in:
parent
a55c37e7f6
commit
db45013339
@ -196,7 +196,7 @@ satisfies the definition of a <i>partial ordering</i>. The definition of
|
|||||||
a <i>strict weak ordering</i> is stricter, and the definition of a
|
a <i>strict weak ordering</i> is stricter, and the definition of a
|
||||||
<i>total ordering</i> is stricter still.
|
<i>total ordering</i> is stricter still.
|
||||||
<h3>See also</h3>
|
<h3>See also</h3>
|
||||||
<A href="http://www.sgi.com/Technology/STL/EqualityComparable.html">EqualityComparable</A>, <A href="http://www.sgi.com/Technology/STL/StrictWeakOrdering.html">StrictWeakOrdering</A>
|
<A href="http://www.sgi.com/tech/stl/EqualityComparable.html">EqualityComparable</A>, <A href="http://www.sgi.com/tech/stl/StrictWeakOrdering.html">StrictWeakOrdering</A>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
2
tie.html
2
tie.html
@ -64,7 +64,7 @@ pair of iterators is assigned to the iterator variables <TT>i</TT> and
|
|||||||
|
|
||||||
<P>
|
<P>
|
||||||
Here is another example that uses <TT>tie()</TT> for handling operations with <a
|
Here is another example that uses <TT>tie()</TT> for handling operations with <a
|
||||||
href="http://www.sgi.com/Technology/STL/set.html"><TT>std::set</TT></a>.
|
href="http://www.sgi.com/tech/stl/set.html"><TT>std::set</TT></a>.
|
||||||
|
|
||||||
<P>
|
<P>
|
||||||
<PRE>
|
<PRE>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user