[libcxx-commits] [libcxxabi] Update stdckdint.h and make it available in pre-C23 modes. (PR #69649)
Jessica Clarke via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Oct 19 15:55:22 PDT 2023
================
@@ -177,7 +177,7 @@ C23 Feature Support
- Clang now supports ``N3007 Type inference for object definitions``.
- Clang now supports ``<stdckdint.h>`` which defines several macros for performing
- checked integer arithmetic.
+ checked integer arithmetic. And it is also exposed in pre-C23 modes.
----------------
jrtc27 wrote:
Don't start a sentence with And
https://github.com/llvm/llvm-project/pull/69649
More information about the libcxx-commits
mailing list