
23 Nov
2007
23 Nov
'07
7:57 p.m.
John Maddock wrote: (BTW we can't just move codecvt_null.cpp to the wide
character library as that would break msvc dll builds :-( )
Hmmm - this surprised me and I looked around. I believe that this issue might have something to do with template<> class codecvt_null<wchar_t> : public std::codecvt<wchar_t, char, std::mbstate_t> { virtual BOOST_ARCHIVE_DECL(std::codecvt_base::result) do_out( .... Perhaps changing BOOST_ARCHIVE_DECL to BOOST_WARCHIVE_DECL might help something? Robert Ramey