$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: jurko.gospodnetic_at_[hidden]
Date: 2008-07-30 08:24:12
Author: jurko
Date: 2008-07-30 08:24:11 EDT (Wed, 30 Jul 2008)
New Revision: 47883
URL: http://svn.boost.org/trac/boost/changeset/47883
Log:
Corrected the documentation on the c++-template-depth Boost Build feature.
Text files modified: 
   trunk/tools/build/v2/doc/src/reference.xml |     7 +++----                                 
   1 files changed, 3 insertions(+), 4 deletions(-)
Modified: trunk/tools/build/v2/doc/src/reference.xml
==============================================================================
--- trunk/tools/build/v2/doc/src/reference.xml	(original)
+++ trunk/tools/build/v2/doc/src/reference.xml	2008-07-30 08:24:11 EDT (Wed, 30 Jul 2008)
@@ -770,7 +770,6 @@
       </varlistentry>
 
       <varlistentry><term><literal>c++-template-depth</literal></term>
-        <indexterm><primary>64-bit compilation</primary></indexterm>
         <listitem>
           <para>
             <emphasis role="bold">Allowed values:</emphasis> Any positive
@@ -779,9 +778,9 @@
 
           <para>
             This feature allows configuring a C++ compiler with the maximal
-            template instantiation depth parameter. Exact default values as well
-            as whether this feature is supported at all depend on the toolset
-            used.
+            template instantiation depth parameter. Specific toolsets may or may
+            not provide support for this feature depending on whether their
+            compilers provide a corresponding command-line option.
           </para>
 
           <para>