Boost logo

Boost :

Subject: Re: [boost] [TR1] Sun problems (again)
From: John Maddock (john_at_[hidden])
Date: 2008-11-13 12:01:59


Simon Atanasyan wrote:
>> There are two workarounds. Both of them are quite ugly but it's
>> better
>> than nothing:
>>
>> 1. You can use undocumented command line option '-Qoption ccfe
>> -nosunwcch'.
>> 2. You can create symlink <inc_name>.SUNWCCh points to <inc_name>. By
>> default Sun C++ replace #include <memory> by #include
>> <memory.SUNWCCh>
>> and lookup memory.SUNWCCh using regular include file lookup rules.

Simon, Boost already has the *.SUNWCCh files which just forward to the real
headers. However, as reported it appears that CC doesn't even open these if
it's seen them already :-(

John.


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