Boost logo

Boost-Build :

From: Ilya Sokolov (fal_delivery_at_[hidden])
Date: 2008-07-30 10:30:39


Markus Schöpflin wrote:
> 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)

Does -pending_instantiations=$(TEMPLATE_DEPTH) work?

>
> didn't help as well.
>
> Markus
>
> _______________________________________________
> Unsubscribe & other changes:
> http://lists.boost.org/mailman/listinfo.cgi/boost-build


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