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:
@@ -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 ;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user