
13 Nov
2008
13 Nov
'08
5:01 p.m.
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.