stylistic change as per Boris Gubenko's advice

[SVN r47225]
This commit is contained in:
Joaquín M López Muñoz 2008-07-08 15:08:11 +00:00
parent 47b98dd304
commit a404be8a6b

View File

@ -38,7 +38,7 @@ along with suitable workarounds when available.
<ul>
<li><a href="#bcb_64">Borland C++ Builder 6.4 and later</a></li>
<li><a href="#comeau_43101_win_vc7_71">Comeau C/C++ 4.3.10.1 for Windows (VC++ 9.0 backend)</a></li>
<li><a href="#compaq_65">Compaq C++ 6.5-042 for Tru64 UNIX and later</a></li>
<li><a href="#compaq_65">Compaq C++ 6.5-042 and later for Tru64 UNIX</a></li>
<li>
<a href="#gcc_32">GNU GCC 3.2 and later</a>
<ul>
@ -46,7 +46,7 @@ along with suitable workarounds when available.
<li><a href="#gcc_4_darwin">Darwin GCC 4.0</a></li>
</ul>
</li>
<li><a href="#acc_612_ia64">HP aC++ A.06.12 for HP-UX IA64 and later</a></li>
<li><a href="#acc_612_ia64">HP aC++ A.06.12 and later for HP-UX IA64</a></li>
<li><a href="#acc_380_pa_risc">HP aC++ A.03.80 for HP-UX PA-RISC</a></li>
<li><a href="#va_60">IBM VisualAge C++ V6.0 for AIX</a></li>
<li><a href="#va_90">IBM VisualAge C++ V9.0 for AIX</a></li>
@ -71,7 +71,7 @@ along with suitable workarounds when available.
<li><a href="#msvc_71">Microsoft Visual C++ 7.1</a></li>
<li><a href="#msvc_80">Microsoft Visual C++ 8.0 and later</a></li>
<li><a href="#msvc_80_x86_amd64">Microsoft Visual C++ 8.0 x64 cross-compiler and later</a></li>
<li><a href="#sun_10">Sun Studio 10 for Solaris and later</a></li>
<li><a href="#sun_10">Sun Studio 10 and later for Solaris</a></li>
<li><a href="#portability">Portability techniques</a>
<ul>
<li><a href="#member_offset">Use of <code>member_offset</code></a></li>
@ -107,7 +107,7 @@ tested (Boost.1.34.1), VC++ 7.0/7.1 backends worked correctly. The beta 2 versio
the Comeau compiler 4.3.10.1 has been used.
</p>
<h2><a name="compaq_65">Compaq C++ 6.5-042 for Tru64 UNIX and later</a></h2>
<h2><a name="compaq_65">Compaq C++ 6.5-042 and later for Tru64 UNIX</a></h2>
<p>
No problems have been detected with this compiler. Last tested for version 7.1-006.
@ -161,7 +161,7 @@ release of GNU GCC 4.0.0, so the invariant-checking mode is available from this
upgrade.
</p>
<h2><a name="acc_612_ia64">HP aC++ A.06.12 for HP-UX IA64 and later</a></h2>
<h2><a name="acc_612_ia64">HP aC++ A.06.12 and later for HP-UX IA64</a></h2>
<p>
No problems have been detected with this compiler.
@ -658,7 +658,7 @@ No problems have been detected with this compiler.
Last tested for compiler version 9.0.
</p>
<h2><a name="sun_10">Sun Studio 10 for Solaris and later</a></h2>
<h2><a name="sun_10">Sun Studio 10 and later for Solaris</a></h2>
<p>
No problems have been detected with this platform. The exact compiler versions
@ -1093,7 +1093,7 @@ Performance
<br>
<p>Revised July 4th 2008</p>
<p>Revised July 8th 2008</p>
<p>&copy; Copyright 2003-2008 Joaqu&iacute;n M L&oacute;pez Mu&ntilde;oz.
Distributed under the Boost Software