On 2/27/23 15:16, Glen Fernandes wrote:
On Mon, Feb 27, 2023 at 6:49 AM Daniela Engert wrote:
I've noticed that e.g. Boost.Log no longer compiles on msvc 19.35 (i.e. VS2022 update 5). Looking at the test matrix to figure out where the problem might lie, I couldn't find any column with the test results of *any* msvc version, lest the current one. Is there a reason for no longer running the tests with msvc compilers?
I don't believe it's intentional.
Tom, do you know why the MSVC runners aren't reporting any results? Andrey, Log does use Appveyor for MSVC testing too: https://ci.appveyor.com/project/Lastique/log https://ci.appveyor.com/project/Lastique/log but there's no 1935 being tested there.
Yes, Boost.Log is being tested on AppVeyor, and there is a VS2022 job (not sure which update, though). Is it because of this problem? https://github.com/boostorg/parameter/issues/111 If so, it's a compiler bug. Probably, specific to C++20, because, as I mentioned above, the AppVeyor job is there and passes.