Boost logo

Boost :

From: David Abrahams (dave_at_[hidden])
Date: 2005-06-30 07:44:18


"Jonathan Turkanis" <technews_at_[hidden]> writes:

> Bertolt Mildner wrote:
>>> I know this is OT, but I can't think of a better place to ask.
>>>
>>> Intel on Linux supports exported templates with the -export
>>> and -export_dir options. Supposedly, Intel for Windows also
>>> supports exported templates, as an "undocumented and unsupported"
>>> feature.(http://www.comeaucomputing.com/iso/promises.html)
>>>
>>> Could someone tell me how to enable export for Intel on Windows, and
>>> how to specify the location of the template implementations? I couldn't
>>> find anything about it on the web. Is it a big secret?
>>
>> Maybe --export and --template_directory as in
>> http://www.edg.com/docs/edg_cpp.pdf ?
>
> Those are the options como uses. Unfortunately, it doesn't work for Intel.
>
> Thanks for the suggestion.

Normally the EDG options are hidden behind -Qoption, so maybe:

         -Qoption,c,--export

and

         -Qoption,c,--template_directory

HTH,

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com

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