23 Aug
2021
23 Aug
'21
12:33 p.m.
On 23/08/2021 12:47, John Maddock via Boost-users wrote:
Works for me with VS2019 16.11.1 and building for x86.
What happens if you just do a:
#include
Good suggestion - that gives me the same situation (build problems when 32-bit) but interestingly.... On 23/08/2021 13:00, Edward Diener via Boost-users wrote:
It is a matter of the command prompt. The vcvars32.bat command prompt is for an x86 build and the vcvars64.bat is for an x64 build. You are correct that I tried it for an x64 build. However trying the code for an x86 build was also successful for me.
I just tried both command prompts here and they both gave me the same problem ?!? John