[all-commits] [llvm/llvm-project] a4f076: [libc++] Marks __cpp_lib_bitops as implemented.
Mark de Wever via All-commits
all-commits at lists.llvm.org
Mon Jun 19 08:01:41 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a4f0764aefd6ea41e83a5974f582a1a7e985667d
https://github.com/llvm/llvm-project/commit/a4f0764aefd6ea41e83a5974f582a1a7e985667d
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2023-06-19 (Mon, 19 Jun 2023)
Changed paths:
M libcxx/docs/FeatureTestMacroTable.rst
M libcxx/include/version
M libcxx/test/std/language.support/support.limits/support.limits.general/bit.version.compile.pass.cpp
M libcxx/test/std/language.support/support.limits/support.limits.general/version.version.compile.pass.cpp
M libcxx/utils/generate_feature_test_macro_components.py
Log Message:
-----------
[libc++] Marks __cpp_lib_bitops as implemented.
This FTM was introduced in
P0553R4 Bit operations
Which has been implemented since libc++ 9.
This was noticed while working on D153192.
Reviewed By: #libc, philnik
Differential Revision: https://reviews.llvm.org/D153225
More information about the All-commits
mailing list