Merge pull request #38 from danieljames/feature/fix-links

Fix some links
This commit is contained in:
Glen Fernandes 2018-09-11 08:35:08 -04:00 committed by GitHub
commit 8858bad352
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -493,7 +493,7 @@ call_traits can not be used with reference or array types.</p>
<h4>Example 1:</h4> <h4>Example 1:</h4>
<p>The following class is a trivial class that stores some type T <p>The following class is a trivial class that stores some type T
by value (see the <a href="call_traits_test.cpp">call_traits_test.cpp</a> by value (see the <a href="test/call_traits_test.cpp">call_traits_test.cpp</a>
file), the aim is to illustrate how each of the available file), the aim is to illustrate how each of the available
call_traits typedefs may be used:</p> call_traits typedefs may be used:</p>

View File

@ -356,7 +356,7 @@ templates that can be controlled and automated with macros. The
implementation uses the [@../../../preprocessor/index.html Preprocessor library]. implementation uses the [@../../../preprocessor/index.html Preprocessor library].
* [@http://www.boost.org/people/daryle_walker.html">Daryle Walker] started the * [@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]. base_from_member_test.cpp].
[endsect] [endsect]

View File

@ -1586,7 +1586,7 @@ T operator+( T lhs, const T&amp; rhs )
<h3><a name="a_demo">Arithmetic Operators Demonstration</a> and Test <h3><a name="a_demo">Arithmetic Operators Demonstration</a> and Test
Program</h3> Program</h3>
<p>The <cite><a href="operators_test.cpp">operators_test.cpp</a></cite> <p>The <cite><a href="test/operators_test.cpp">operators_test.cpp</a></cite>
program demonstrates the use of the arithmetic operator templates, and program demonstrates the use of the arithmetic operator templates, and
can also be used to verify correct operation. Check the compiler status can also be used to verify correct operation. Check the compiler status
report for the test results with selected platforms.</p> report for the test results with selected platforms.</p>
@ -1998,7 +1998,7 @@ struct function_output_iterator
<h3><a name="i_demo">Iterator Demonstration</a> and Test Program</h3> <h3><a name="i_demo">Iterator Demonstration</a> and Test Program</h3>
<p>The <cite><a href="iterators_test.cpp">iterators_test.cpp</a></cite> <p>The <cite><a href="test/iterators_test.cpp">iterators_test.cpp</a></cite>
program demonstrates the use of the iterator templates, and can also be program demonstrates the use of the iterator templates, and can also be
used to verify correct operation. The following is the custom iterator used to verify correct operation. The following is the custom iterator
defined in the test program. It demonstrates a correct (though trivial) defined in the test program. It demonstrates a correct (though trivial)
@ -2064,7 +2064,7 @@ public:
<dt><a href="http://www.boost.org/people/beman_dawes.html">Beman Dawes</a></dt> <dt><a href="http://www.boost.org/people/beman_dawes.html">Beman Dawes</a></dt>
<dd>Contributed <cite><a href= <dd>Contributed <cite><a href=
"operators_test.cpp">operators_test.cpp</a></cite>.</dd> "test/operators_test.cpp">operators_test.cpp</a></cite>.</dd>
<dt><a href="http://www.boost.org/people/daryle_walker.html">Daryle Walker</a></dt> <dt><a href="http://www.boost.org/people/daryle_walker.html">Daryle Walker</a></dt>