C++ Frontend Tales

All | Boost | General | Loki
« Previous day (May 23, 2006) | Main | Next day (May 24, 2006) »

20060524 Wednesday May 24, 2006

Command line options

Now I work on bug related to support friend template declaration. It's a quite complicated fix so unfortunately I have no progress on Boost regression test results.

Thanks a lot for comments on my previous post. List of libraries is very useful for me.

It looks like I missed one important thing related to Boost compilation. When you work with Boost you should use following command line options: -library=stlport4 -features=tmplife -features=tmplrefstatic. Also you may use -Qoption ccfe -complextmplexp. But C++ compiler from Sun Studio 11 does not fully support complex expression in template arguments so this option sometimes might lead to incorrect mangling names. Full support of complex template expression has been implemented in the development version of Sun C++.
Permalink Comments [2]