$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [config] disabling _MSC_EXTENSIONS disables win32
From: Igor R (boost.lists_at_[hidden])
Date: 2009-11-11 08:56:47
> The point is that with /Za you can't #include windows.h or use any platform specific features, so that makes it very hard (impossible?) to compile code that is binary compatible between /Za and not /Za.
Ok, I see now, I jumped to conclusions too quickly...
So it turns out that /Za is absolutely useless for any win-based
development, which is very frustrating.