Fix incorrect reference to IA-64 instead of X86-64.

This commit is contained in:
Rene Rivera
2021-02-09 22:31:02 -06:00
parent caa0627ab5
commit 40c6205858
2 changed files with 3 additions and 3 deletions

View File

@ -2558,7 +2558,7 @@ If available versions [3-6] are specifically detected.</p>
<div class="sect3">
<h4 id="_boost_arch_x86_64"><a class="anchor" href="#_boost_arch_x86_64"></a>4.1.21. <code>BOOST_ARCH_X86_64</code></h4>
<div class="paragraph">
<p><a href="http://en.wikipedia.org/wiki/Ia64">Intel IA-64</a> architecture.</p>
<p><a href="https://en.wikipedia.org/wiki/X86-64">X86-64</a> architecture.</p>
</div>
<table class="tableblock frame-all grid-all stretch">
<colgroup>

View File

@ -1,5 +1,5 @@
/*
Copyright Rene Rivera 2008-2015
Copyright Rene Rivera 2008-2021
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
@ -14,7 +14,7 @@ http://www.boost.org/LICENSE_1_0.txt)
/* tag::reference[]
= `BOOST_ARCH_X86_64`
http://en.wikipedia.org/wiki/Ia64[Intel IA-64] architecture.
https://en.wikipedia.org/wiki/X86-64[X86-64] architecture.
[options="header"]
|===