
AMDG On 12/7/2010 8:12 AM, Dave Abrahams wrote:
On Tue, Dec 7, 2010 at 11:07 AM, Dean Michael Berris <mikhailberis@gmail.com> wrote:
Is there any specific reason why Boost isn't tested against Sun CC without STLPort -- aside from the obvious reason that there's nobody running the regression tests on that platform? Is it something inherently wrong in Sun's standard library implementation that's preventing Boost from working properly on the Sun compiler? It used to be wicked noncompliant, to the point where it was a waste of time to even try. I'm not sure what the status today, though.
The thing is, the library would be reasonably compliant if it weren't for the compiler workarounds. These aren't needed anymore, but the library configuration still activates them. I'm guessing that the reason is to preserve ABI compatibility. In Christ, Steven Watanabe