[libcxx-commits] [PATCH] D133323: [libc++] Bump _LIBCPP_STD_VER to the next expected C++ version
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Sep 8 13:19:15 PDT 2022
ldionne accepted this revision.
ldionne added a comment.
This revision is now accepted and ready to land.
In D133323#3771081 <https://reviews.llvm.org/D133323#3771081>, @avogelsgesang wrote:
> Are you planning to also replace existing usages of, e.g. `#if _LIBCPP_STD_VER > 17` by `#if _LIBCPP_STD_VER >= 20`?
I'm not sure that part is worth the churn. I'd welcome a patch, but depending on how crazy it ends up being, I think it might not be the best idea.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133323/new/
https://reviews.llvm.org/D133323
More information about the libcxx-commits
mailing list