gccg++ -ftemplate-depth-n

xiaoxiao2021-02-28  49

Control the depth in which recursive templates are expanded.

Syntax

Linux OS and OS X:

-ftemplate-depth-n

Windows OS:

/Qtemplate-depth-n

Arguments

n

The number of recursive templates that are expanded.

Default

OFF

Description

Control the depth in which recursive templates are expanded. On Linux*, this option is supported only by invoking the compiler with icpc.

IDE Equivalent

None

Alternate Options

None

转载请注明原文地址: https://www.6miu.com/read-2614001.html

最新回复(0)