mirror of
https://github.com/boostorg/predef.git
synced 2025-07-29 11:37:13 +02:00
Fix incorrect reference to IA-64 instead of X86-64.
This commit is contained in:
@ -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>
|
||||
|
@ -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"]
|
||||
|===
|
||||
|
Reference in New Issue
Block a user