From d051c452ead3e17e4c9182499b758c272c93b33d Mon Sep 17 00:00:00 2001 From: Tinko Bartels Date: Tue, 23 Apr 2019 19:04:59 +0200 Subject: [PATCH] Change broken sgi/stl links to boost.org. --- doc/bind/troubleshooting.qbk | 4 ++-- doc/html/bind.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/bind/troubleshooting.qbk b/doc/bind/troubleshooting.qbk index 21a7b37..4523a6b 100644 --- a/doc/bind/troubleshooting.qbk +++ b/doc/bind/troubleshooting.qbk @@ -167,8 +167,8 @@ variable: [section Modeling STL function object concepts] The function objects that are produced by `bind` do not model the STL -[@http://www.sgi.com/tech/stl/UnaryFunction.html /Unary Function/] or -[@http://www.sgi.com/tech/stl/BinaryFunction.html /Binary Function/] concepts, +[@https://boost.org/sgi/stl/UnaryFunction.html /Unary Function/] or +[@https://boost.org/sgi/stl/BinaryFunction.html /Binary Function/] concepts, even when the function objects are unary or binary operations, because the function object types are missing public typedefs `result_type` and `argument_type` or `first_argument_type` and `second_argument_type`. In cases diff --git a/doc/html/bind.html b/doc/html/bind.html index 5f35c5d..97784fb 100644 --- a/doc/html/bind.html +++ b/doc/html/bind.html @@ -900,8 +900,8 @@

The function objects that are produced by bind - do not model the STL Unary - Function or Binary + do not model the STL Unary + Function or Binary Function concepts, even when the function objects are unary or binary operations, because the function object types are missing public typedefs result_type