Boost logo

Boost :

From: Markus Schöpflin (markus.schoepflin_at_[hidden])
Date: 2008-07-31 09:23:44


Daryle Walker wrote:

> What happens on systems, like mine, that already have sufficient
> recursive depth? Will specifying a maximum lower that the default
> actually lower the setting? If so, then this addition could be dangerous.

If your toolset supports setting the recursion depth (gcc, qcc, acc, and
hp_cxx at the moment), it will be set to the value specified. So yes, it
might lower the default setting.

But why should this be dangerous? The recursion depth needed to compile a
program is independent of the toolset, isn't it? So if for a given compiler
a value lower than the default value is used, there should be no harm.

Markus


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk