Wednesday May 24, 2006 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]
Posted by James Dennett on May 27, 2006 at 01:13 AM MSD #
Posted by Michael Stolz on June 12, 2006 at 12:41 PM MSD #