[llvm] [llvm] Use llvm::any_cast instead of any_cast (NFC) (PR #65565)
Sebastian Neubauer via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 7 01:20:12 PDT 2023
https://github.com/Flakebi approved this pull request.
Thanks, LGTM.
Just for completeness, as mentioned in [D139974](https://reviews.llvm.org/D139974), std::any is broken until Visual Studio 2022 17.4, so we need to wait until LLVM’s minimum VS version is there. Currently, LLVM supports anything down to VS 2019.
https://github.com/llvm/llvm-project/pull/65565
More information about the llvm-commits
mailing list