Boost logo

Boost Testing :

From: Robert Ramey (ramey_at_[hidden])
Date: 2006-02-15 10:42:51


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


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