2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +00:00

Updated the predefined c++-template-depth Boost Build feature values to include all multiples of 64 up to 1024.

[SVN r47892]
This commit is contained in:
Jurko Gospodnetić
2008-07-30 18:12:31 +00:00
parent 482034dee6
commit bbcbbc8e82

View File

@@ -162,8 +162,8 @@ feature.feature warnings-as-errors :
#
feature.feature c++-template-depth
:
[ numbers.range 128 1024 : 128 ]
[ numbers.range 20 1000 : 10 ]
[ numbers.range 64 1024 : 64 ]
[ numbers.range 20 1000 : 10 ]
# Maximum template instantiation depth guaranteed for ANSI/ISO C++
# conforming programs.
17