Boost logo

Boost :

From: John Maddock (jm_at_[hidden])
Date: 2002-10-21 05:30:36


> No, there won't as long as the interface specifies just std::wstring. MS's
> name mangling only changes when wchar_t is part of a signature, but not if
> std::wstring is part of a signature.

It will still change: wstring is a typedef not a type, remember it's really
"std::basic_string<wchar_t, std::char_traits<wchar_t>,
std::allocator<wchar_t> >".

John Maddock
http://ourworld.compuserve.com/homepages/john_maddock/index.htm


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