From a9340969ad20f9971216609cdb39a6b60062d1b6 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Mon, 20 Nov 2006 03:57:49 +0000 Subject: [PATCH] formatting tweak [SVN r36100] --- getting_started.html | 34 +++++++++---------- getting_started.rst | 78 ++++++++++++++++++++++---------------------- 2 files changed, 56 insertions(+), 56 deletions(-) diff --git a/getting_started.html b/getting_started.html index 30b33a6..a607e60 100644 --- a/getting_started.html +++ b/getting_started.html @@ -399,9 +399,9 @@ and with options described in the following sections.

following table.

---+++ - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -834,7 +834,7 @@ recommend it. diff --git a/getting_started.rst b/getting_started.rst index 340689b..895d12b 100644 --- a/getting_started.rst +++ b/getting_started.rst @@ -437,45 +437,45 @@ Identify Your Toolset First, find the toolset corresponding to your compiler in the following table. -+--------+--------------------+-----------------------------+ -|Toolset |Vendor |Notes | -|Name | | | -+========+====================+=============================+ -|acc |Hewlett Packard |Only very recent versions are| -| | |known to work well with Boost| -+--------+--------------------+-----------------------------+ -|borland |Borland | | -+--------+--------------------+-----------------------------+ -|como |Comeau Computing |Using this toolset may | -| | |require configuring__ another| -| | |toolset to act as its backend| -+--------+--------------------+-----------------------------+ -|cw |Metrowerks/FreeScale|The CodeWarrior compiler. We| -| | |have not tested versions of | -| | |this compiler produced since | -| | |it was sold to FreeScale. | -+--------+--------------------+-----------------------------+ -|dmc |Digital Mars |As of this Boost release, no | -| | |version of dmc is known to | -| | |handle Boost well. | -+--------+--------------------+-----------------------------+ -|gcc |The Gnu Project | | -+--------+--------------------+-----------------------------+ -|hp_cxx |Hewlett Packard |Targeted at the Tru64 | -| | |operating system. | -+--------+--------------------+-----------------------------+ -|intel |Intel | | -+--------+--------------------+-----------------------------+ -|kylix |Borland | | -+--------+--------------------+-----------------------------+ -|msvc |Microsoft | | -+--------+--------------------+-----------------------------+ -|qcc |QNX Software Systems| | -+--------+--------------------+-----------------------------+ -|sun |Sun | | -+--------+--------------------+-----------------------------+ -|vacpp |IBM |The VisualAge C++ compiler. | -+--------+--------------------+-----------------------------+ ++-----------+--------------------+-----------------------------+ +|Toolset |Vendor |Notes | +|Name | | | ++===========+====================+=============================+ +|``acc`` |Hewlett Packard |Only very recent versions are| +| | |known to work well with Boost| ++-----------+--------------------+-----------------------------+ +|``borland``|Borland | | ++-----------+--------------------+-----------------------------+ +|``como`` |Comeau Computing |Using this toolset may | +| | |require configuring__ another| +| | |toolset to act as its backend| ++-----------+--------------------+-----------------------------+ +|``cw`` |Metrowerks/FreeScale|The CodeWarrior compiler. We| +| | |have not tested versions of | +| | |this compiler produced since | +| | |it was sold to FreeScale. | ++-----------+--------------------+-----------------------------+ +|``dmc`` |Digital Mars |As of this Boost release, no | +| | |version of dmc is known to | +| | |handle Boost well. | ++-----------+--------------------+-----------------------------+ +|``gcc`` |The Gnu Project | | ++-----------+--------------------+-----------------------------+ +|``hp_cxx`` |Hewlett Packard |Targeted at the Tru64 | +| | |operating system. | ++-----------+--------------------+-----------------------------+ +|``intel`` |Intel | | ++-----------+--------------------+-----------------------------+ +|``kylix`` |Borland | | ++-----------+--------------------+-----------------------------+ +|``msvc`` |Microsoft | | ++-----------+--------------------+-----------------------------+ +|``qcc`` |QNX Software Systems| | ++-----------+--------------------+-----------------------------+ +|``sun`` |Sun | | ++-----------+--------------------+-----------------------------+ +|``vacpp`` |IBM |The VisualAge C++ compiler. | ++-----------+--------------------+-----------------------------+ __ Boost.Build_
Toolset @@ -411,64 +411,64 @@ Name
acc
acc Hewlett Packard Only very recent versions are known to work well with Boost
borland
borland Borland  
como
como Comeau Computing Using this toolset may require configuring another toolset to act as its backend
cw
cw Metrowerks/FreeScale The CodeWarrior compiler. We have not tested versions of this compiler produced since it was sold to FreeScale.
dmc
dmc Digital Mars As of this Boost release, no version of dmc is known to handle Boost well.
gcc
gcc The Gnu Project  
hp_cxx
hp_cxx Hewlett Packard Targeted at the Tru64 operating system.
intel
intel Intel  
kylix
kylix Borland  
msvc
msvc Microsoft  
qcc
qcc QNX Software Systems  
sun
sun Sun  
vacpp
vacpp IBM The VisualAge C++ compiler.