Subject: Re: [boost] [Boost 1.41: list_of] Boost compliation error, Sun Studio 11 using standard C++ lib
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2010-01-02 22:06:42


AMDG

shing fan wrote:
> I'm having trouble building Boost headers (e.g. <boost/assign/list_of.hpp> ) with Sun Studio 11 using standard C++ library. I have no problem when i build the headers using the stlport lib. However, due to some restrictions, i have to use the standard c++ lib but not the stlport lib. Does anyone know whether it is possible to complie the following headers using sun studio 11 with ONLY the standard C++ library? I'm okay to use even 1.38 as long as i can compile it with Sun Studio 11 using ONLY the C++ standard library.
>

The default standard library for Sun is not supported because it
is insufficiently standards compliant.

In Christ,
Steven Watanabe