From 73baeb7a63e132187d3020fc704aaf210e128623 Mon Sep 17 00:00:00 2001
From: Daniel James
Date: Thu, 11 Jan 2018 18:01:50 +0000
Subject: [PATCH 1/2] Fix some links
---
doc/base_from_member.qbk | 2 +-
operators.htm | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/doc/base_from_member.qbk b/doc/base_from_member.qbk
index 9afd949..9801214 100644
--- a/doc/base_from_member.qbk
+++ b/doc/base_from_member.qbk
@@ -356,7 +356,7 @@ templates that can be controlled and automated with macros. The
implementation uses the [@../../../preprocessor/index.html Preprocessor library].
* [@http://www.boost.org/people/daryle_walker.html">Daryle Walker] started the
-library. Contributed the test file [@../../base_from_member_test.cpp
+library. Contributed the test file [@../../test/base_from_member_test.cpp
base_from_member_test.cpp].
[endsect]
diff --git a/operators.htm b/operators.htm
index 993436c..db81fd3 100644
--- a/operators.htm
+++ b/operators.htm
@@ -1586,7 +1586,7 @@ T operator+( T lhs, const T& rhs )
- The operators_test.cpp
+
The operators_test.cpp
program demonstrates the use of the arithmetic operator templates, and
can also be used to verify correct operation. Check the compiler status
report for the test results with selected platforms.
@@ -1998,7 +1998,7 @@ struct function_output_iterator
- The iterators_test.cpp
+
The iterators_test.cpp
program demonstrates the use of the iterator templates, and can also be
used to verify correct operation. The following is the custom iterator
defined in the test program. It demonstrates a correct (though trivial)
@@ -2064,7 +2064,7 @@ public:
Beman Dawes
Contributed operators_test.cpp.
+ "test/operators_test.cpp">operators_test.cpp.
Daryle Walker
From d2fb06e6a0682a5fd0f0554316f50fb5adc6b55e Mon Sep 17 00:00:00 2001
From: Daniel James
Date: Fri, 12 Jan 2018 10:48:52 +0000
Subject: [PATCH 2/2] Fix another link
---
call_traits.htm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/call_traits.htm b/call_traits.htm
index a69c1de..b4fe3ee 100644
--- a/call_traits.htm
+++ b/call_traits.htm
@@ -493,7 +493,7 @@ call_traits can not be used with reference or array types.
Example 1:
The following class is a trivial class that stores some type T
-by value (see the call_traits_test.cpp
+by value (see the call_traits_test.cpp
file), the aim is to illustrate how each of the available
call_traits typedefs may be used: