$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [regression runner] Preference libstdc++ vs. libc++
From: Peter Dimov (lists_at_[hidden])
Date: 2017-03-08 18:13:49
Edward Diener wrote:
> If it is like clang for Windows targeting VC++ it has a broken emulation
> of the non-standard VC++ preprocessor...
You can disable its MS compatibility mode, which ought to disable the broken
preprocessor emulation. The article for 2017 is here:
https://blogs.msdn.microsoft.com/vcblog/2017/03/07/use-any-c-compiler-with-visual-studio/
and on the screenshot in the Clang section the option for Microsoft
Compatibility Mode is shown in a default state of "No".