[libcxx-commits] [PATCH] D99641: [libcxx] [test] Fix invocable tests on Windows

Marek Kurdej via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Mar 31 01:26:24 PDT 2021


curdeius added a comment.

That's strange. I guess you use clang-cl (with some automatically set `-fms-compatibility`), right?
It seems as if it uses compatibility for MSVC before version 19.28 (where this particular bug seems to have been fixed).
Cf. https://godbolt.org/z/3bsEaPToc.
Should these `#ifndef`s be precise about the version? Unfortunately I don't know if clang-cl correctly sets `_MSC_VER`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D99641/new/

https://reviews.llvm.org/D99641



More information about the libcxx-commits mailing list