Merge pull request #17 from tinko92/develop

Change broken sgi/stl links to boost.org.
This commit is contained in:
Peter Dimov
2019-04-23 10:18:06 -07:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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>