From 9cc8ad063a7f13014fdea348ed35f82da34e6e97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurko=20Gospodneti=C4=87?= Date: Wed, 30 Jul 2008 12:24:11 +0000 Subject: [PATCH] Corrected the documentation on the c++-template-depth Boost Build feature. [SVN r47883] --- v2/doc/src/reference.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/v2/doc/src/reference.xml b/v2/doc/src/reference.xml index 648cc2bd6..449f6925c 100644 --- a/v2/doc/src/reference.xml +++ b/v2/doc/src/reference.xml @@ -770,7 +770,6 @@ path-constant DATA : data/a.txt ; c++-template-depth - 64-bit compilation Allowed values: Any positive @@ -779,9 +778,9 @@ path-constant DATA : data/a.txt ; 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.