mirror of
https://github.com/boostorg/bind.git
synced 2025-09-26 17:00:54 +02:00
Change broken sgi/stl links to boost.org.
This commit is contained in:
@@ -167,8 +167,8 @@ variable:
|
|||||||
[section Modeling STL function object concepts]
|
[section Modeling STL function object concepts]
|
||||||
|
|
||||||
The function objects that are produced by `bind` do not model the STL
|
The function objects that are produced by `bind` do not model the STL
|
||||||
[@http://www.sgi.com/tech/stl/UnaryFunction.html /Unary Function/] or
|
[@https://boost.org/sgi/stl/UnaryFunction.html /Unary Function/] or
|
||||||
[@http://www.sgi.com/tech/stl/BinaryFunction.html /Binary Function/] concepts,
|
[@https://boost.org/sgi/stl/BinaryFunction.html /Binary Function/] concepts,
|
||||||
even when the function objects are unary or binary operations, because the
|
even when the function objects are unary or binary operations, because the
|
||||||
function object types are missing public typedefs `result_type` and
|
function object types are missing public typedefs `result_type` and
|
||||||
`argument_type` or `first_argument_type` and `second_argument_type`. In cases
|
`argument_type` or `first_argument_type` and `second_argument_type`. In cases
|
||||||
|
@@ -900,8 +900,8 @@
|
|||||||
</h3></div></div></div>
|
</h3></div></div></div>
|
||||||
<p>
|
<p>
|
||||||
The function objects that are produced by <code class="computeroutput"><span class="identifier">bind</span></code>
|
The function objects that are produced by <code class="computeroutput"><span class="identifier">bind</span></code>
|
||||||
do not model the STL <a href="http://www.sgi.com/tech/stl/UnaryFunction.html" target="_top"><span class="emphasis"><em>Unary
|
do not model the STL <a href="https://boost.org/sgi/stl/UnaryFunction.html" target="_top"><span class="emphasis"><em>Unary
|
||||||
Function</em></span></a> or <a href="http://www.sgi.com/tech/stl/BinaryFunction.html" target="_top"><span class="emphasis"><em>Binary
|
Function</em></span></a> or <a href="https://boost.org/sgi/stl/BinaryFunction.html" target="_top"><span class="emphasis"><em>Binary
|
||||||
Function</em></span></a> concepts, even when the function objects are
|
Function</em></span></a> concepts, even when the function objects are
|
||||||
unary or binary operations, because the function object types are missing
|
unary or binary operations, because the function object types are missing
|
||||||
public typedefs <code class="computeroutput"><span class="identifier">result_type</span></code>
|
public typedefs <code class="computeroutput"><span class="identifier">result_type</span></code>
|
||||||
|
Reference in New Issue
Block a user