Boost logo

Boost :

From: Robert Ramey (ramey_at_[hidden])
Date: 2007-11-23 14:57:54


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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk