From: John Maddock (john_at_[hidden])
Date: 2003-10-31 06:16:18


> I'm using VC++ 7.1 on Win2k and I have build the regex and thread libs
> using the IDE which means that /Zc:wchar_t is not by default enabled. Are
> you
> saying that it should be? Is this true for both libs or just regex? I mean
> I'm having these
> settings for some time now and everything worked just fine ... and I'm not
> sure if
> I should really add the /Zc:wchar_t to these libs.

No, you should build the libraries with the same settings that your project
will use, if your project doesn't use /Zc:wchat_t then neither must your lib
builds.

What I'm trying to determine is what the default behaviour of the Boost
build system should be.

Thanks,

John.