25 Mar
2017
25 Mar
'17
3:06 p.m.
On 25 March 2017 at 08:39, Edward Diener via Boost
I suspect that even when using -fno-ms-compatibility you still need to use the clang-win toolset since you are still using the VC++ backend.
Isn't the issue mostly related to the use of the Dinkumware STL, as opposed to the Clang backends, of which there are two: LLVM (the one Paul was trying to get to work) and C2. The latter gives better debugging support, the former often (not always though) generates better code. degski