[libcxx-commits] [PATCH] D133323: [libc++] Bump _LIBCPP_STD_VER to the next expected C++ version
Adrian Vogelsgesang via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Sep 5 16:03:24 PDT 2022
avogelsgesang accepted this revision.
avogelsgesang added a comment.
LGTM!
Are you planning to also replace existing usages of, e.g. `#if _LIBCPP_STD_VER > 17` by `#if _LIBCPP_STD_VER >= 20`?
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