|
Boost Testing : |
From: Robert Ramey (ramey_at_[hidden])
Date: 2008-06-12 13:03:38
msvc-9.0-x64-stdcxx-4.2.1
I'm not sure what the platform consists of. It looks like VC 9.0 with a
different STL implemenation. In any case, the library is failing to build
with the message:
D:\boost\boost\boost/detail/utf8_codecvt_facet.hpp(114) : error C2039:
'mbstate_t' : is not a member of 'std'
whch is quite common on a new platform. There is along chain of
preprocessor code in the corresponding file to basically designate the name
space of mbstate_t on a case by case basis. I would be wiling to add to
this for this environment, but I don't know what it is or which preprocesor
macros to check for.
Robert Ramey