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

Make qcc has the same default template depth limit as gcc.

Suggested by Niklas Angare.


[SVN r49912]
This commit is contained in:
Vladimir Prus
2008-11-24 09:13:22 +00:00
parent 98420f64fd
commit 12787e14f2

View File

@@ -96,7 +96,7 @@ rule compile.c++
local template-depth = [ on $(1) return $(TEMPLATE_DEPTH) ] ;
if ! $(template-depth)
{
TEMPLATE_DEPTH on $(1) = 100 ;
TEMPLATE_DEPTH on $(1) = 128 ;
}
}