Boost logo

Boost :

From: Edward Diener (eddielee_at_[hidden])
Date: 2002-10-21 10:46:21


"John Maddock" <jm_at_[hidden]> wrote in message
news:01c201c278ed$6d30eb60$4d2e87d9_at_1016031671...
> > I may have missed a discussion here but there is a problem creating any
> > exported interfaces for VC7 using wchar_t. The problem involves the fact
> > that VC7 actually supports two different types for wchar_t, the previous
> > typedefed type and the C++ standard native type. The end user chooses
> which
> > type he wants to use by either specifying the /Zc:wchar_t compiler
switch,
> > or its appropriate equivalent in the IDE, or not.
>
> Basically this is one of many compiler switches that cause link
> incompatibility, others may cause binary incompatibility, sorry I know
it's
> a mess, but blame the compiler writers...

Is the official Boost position on this, if there is one, to build such
libraries without the /Zc:wchar_t switch and tell the end user that he must
do the same if he wants to use the Boost library ?


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