Boost logo

Boost-Build :

From: Markus Schöpflin (markus.schoepflin_at_[hidden])
Date: 2008-07-30 08:21:03


Jurko Gospodnetić wrote:

[snip lengthy and helpful explanation]

OK, I added the following things to the hp_cxx toolset:

   flags hp_cxx.compile.c++ TEMPLATE_DEPTH <c++-template-depth> ;

and in the compile.c++ action:

   ... "-pending_instantiations "$(TEMPLATE_DEPTH) ...

This results in a compiler command line '... "-pending_instantiations "128
...' when I don't specify the feature <c++-template-depth>, and '...
"-pending_instantiations "100' when specifying <c++-template-depth>100.

How do I get rid of those double quotes? Using

   ... -pending_instantiations\ $(TEMPLATE_DEPTH)

didn't help as well.

Markus


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk