$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] clang-win, (Thin)LTO this time
From: Stephan T. Lavavej (stl_at_[hidden])
Date: 2018-10-31 22:22:42
[degski]
> Substantial progress has been made towards the goal of compiling Boost with Clang/LLVM (clang-cl.exe, targeting MSVC).
If you encounter any issues with MSVC's STL here, please let me know. Our test suites (internal and libc++) are clean with MSVC's STL + Clang/LLVM with maximum conformance switches (-fno-ms-compatibility -fno-delayed-template-parsing) but we don't have Boost coverage on top of that.
This includes being warning-clean (we test with clang-cl /W4 but will consider cleaning up warnings beyond that).
Thanks,
STL