Boost logo

Boost Testing :

From: Zara (yozara_at_[hidden])
Date: 2006-02-16 01:24:25


On Wed, 15 Feb 2006 07:42:51 -0800, "Robert Ramey" <ramey_at_[hidden]>
wrote:

>To start the ball roling. The serialization library fails to build due to
>the following compile time
>
>error. If someone interested in this platform wan't to suggest a change I
>would like to include it
>
>
>
>Robert Ramey
>
>
>
>#include <boost/config.hpp>
>
>namespace std{
>
>#if defined(__LIBCOMO__)
>
>using ::mbstate_t;
>
>#elif defined(__QNXNTO__)
>
>using std::mbstate_t;
>
>#elif defined(BOOST_DINKUMWARE_STDLIB)
>
>using ::mbstate_t; // compiler detects error here !!!
>
>#elif defined(__SGI_STL_PORT)
>
>#elif defined(BOOST_NO_STDC_NAMESPACE)
>
>using ::codecvt;
>
>using ::mbstate_t;
>
>#endif
>
>} // namespace std

Well, we are progressing in bcbboost project (making boost 1.33.1 work
with +BCB 5.8.1), but some time may pass before we reach serialization
library.

Regards,

Zara


Boost-testing list run by mbergal at meta-comm.com