[PATCH] D130689: [LLVM] Update C++ standard to 17
Sergei Barannikov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 8 05:46:54 PDT 2022
barannikov88 added a comment.
In D130689#3706263 <https://reviews.llvm.org/D130689#3706263>, @aaron.ballman wrote:
> The failures I am getting are the same as what's shown by the sanitizer bot for Windows: https://lab.llvm.org/buildbot/#/builders/127/builds/33980/steps/4/logs/stdio (I'm using VS 2019 16.11.17 FWIW).
The log says:
> The contents of <string_view> are available only with C++17 or later.
if that helps.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130689/new/
https://reviews.llvm.org/D130689
More information about the cfe-commits
mailing list