mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-12 21:28:48 +00:00
![Hristo Hristov](/assets/img/avatar_default.png)
Marked already implemented parts of P1612R2 as "Complete": - `ranges::iota_view::iterator` https://reviews.llvm.org/D110774 - `iota_view::sentinel` https://reviews.llvm.org/D107396 - `filter_view::iterator` https://reviews.llvm.org/D109086 - `filter_view::sentinel` https://reviews.llvm.org/D109086 - `ranges::transform_view::iterator` https://reviews.llvm.org/D110774 - `transform_view::sentinel` https://reviews.llvm.org/D103056 - `take_view::sentinel` https://reviews.llvm.org/D123600 - `join_view::iterator` https://reviews.llvm.org/D107671 - `join_view::sentinel ` https://reviews.llvm.org/D107671 - `split_view::outer_iterator` https://reviews.llvm.org/D142063 - `split_view::inner_iterator` https://reviews.llvm.org/D142063 Note these operators were added and removed in C++20. Reviewed By: Mordante, #libc Differential Revision: https://reviews.llvm.org/D152721
libc++ Documentation ==================== The libc++ documentation is written using the Sphinx documentation generator. It is currently tested with Sphinx 1.1.3. To build the documents into html configure libc++ with the following cmake options: * -DLLVM_ENABLE_SPHINX=ON * -DLIBCXX_INCLUDE_DOCS=ON After configuring libc++ with these options the make rule `docs-libcxx-html` should be available. The documentation in this directory is published at https://libcxx.llvm.org. It is kept up-to-date by a build bot: https://lab.llvm.org/buildbot/#/builders/publish-sphinx-docs. If you notice that the documentation is not updating anymore, please contact one of the maintainers.