[PATCH] D130689: [LLVM] Update C++ standard to 17
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 4 10:08:10 PDT 2022
thakis added a comment.
In D130689#3696186 <https://reviews.llvm.org/D130689#3696186>, @thieta wrote:
> @nikic @thakis I fixed this issue in https://reviews.llvm.org/D131063 and it can be built with CXX_STANDARD=17 and OSX_DEPLOYMENT_TARGET=10.11.
Thanks! We took this opportunity to bump our clang deployment target from 10.7 to 10.12 (which makes a few other minor things easier too), so we don't need this change any more. But it's a good change anyways :)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130689/new/
https://reviews.llvm.org/D130689
More information about the llvm-commits
mailing list