
26 Mar
2017
26 Mar
'17
3:03 p.m.
On 26 March 2017 at 08:07, Edward Diener via Boost
This probably needs the clang-win toolset since the backend is VC++ ...
This *surely* needs the clang-win toolset since one is (wants to be) using the Dinkumware (VC++'s) STL. Clang/C2 is using the VC++ backend C2 (the VC++ (cl.exe) frontend is called C1), while Clang/LLVM is using the LLVM backend (LLVM), not any VC++ backend. I'm happy to be corrected, and please do, if my understanding of matters is wrong, in which case I apoligize up front for rambling on about this. degski