C++ Frontend Tales

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

20060511 Thursday May 11, 2006

Patch for Sun Studio 11

Patches for Sun Studio 11 (121017-02/121018-02) have been released.

As I mentioned early I plan to fix all bugs in the C++ compiler frontend related to Boost 1.32.0. Some of changes in Boost source code have been integrated in the current library source tree already. Next I will switch to the latest Boost version. My primary goal is to fix as many as possible bugs in the compiler so I prefer remove Sun C++ related workarounds from Boost source code, get the error, fix it etc. I will send my changes of Boost source code to the Boost developers community on more regular basis than now.

Boost is a nice library but it is not the only useful C++ library. I'm interested to make a list of C++ libraries and/or applications which are incompatible with Sun C++ compiler now but necessary to Sun C++ community. So any links, suggestions or anything else will be very appreciated.

And as usually fresh Boost tests results.

  Studio 11 Studio 10
Pass 776 766
Warn 159 164
Fail 6 11

Permalink Comments [6]