$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (dave_at_[hidden])
Date: 2003-06-04 15:58:20
Beman Dawes <bdawes_at_[hidden]> writes:
> At 07:58 AM 6/4/2003, John Maddock wrote:
>
> >One other point: turning wchar_t support on may cause linker errors because
> >you have now changed the name mangling of functions that take wchar_t as an
> >argument - I don't know for sure but I would expect this to affect the std
> >lib.
>
> Yes, I'd think so too. But in practice it doesn't seem to be hurting
> us.
In fact, that's exactly the problem that was fixed in the Intel builds
by defining _NATIVE_WCHAR_T_DEFINED from the toolset whenever wchar_t
support was enabled.
-- Dave Abrahams Boost Consulting www.boost-consulting.com