mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-03 11:23:58 +00:00
0365677692
C++23 removed `<ciso646>` from the standard library. The header is used in a few places in order to pull in implementation-specific and feature test macros. The new way of doing that is `<version>`, which should be supported by all supported implementations. This change replaces all those uses of `<ciso646>` with `<version>`. |
||
---|---|---|
.. | ||
configs | ||
libcxx | ||
std | ||
support | ||
tools | ||
.clang-format | ||
.clang-tidy | ||
CMakeLists.txt | ||
lit.cfg.py | ||
lit.local.cfg |