mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-23 13:50:11 +00:00
30d6806a08
This is a preparation for the upcoming LLVM 18 release.
49 lines
1.1 KiB
ReStructuredText
49 lines
1.1 KiB
ReStructuredText
.. _ranges-status:
|
|
|
|
================================
|
|
libc++ Ranges Status
|
|
================================
|
|
|
|
.. include:: ../Helpers/Styles.rst
|
|
|
|
.. contents::
|
|
:local:
|
|
|
|
|
|
Overview
|
|
================================
|
|
|
|
This document contains the status of the Ranges library in libc++. It is used to track
|
|
both the status of the sub-projects of the ranges library and who is assigned to these
|
|
sub-projects. This is imperative to effective implementation so that work is not
|
|
duplicated and implementors are not blocked by each other.
|
|
|
|
If you are interested in contributing to the libc++ Ranges library, please send a message
|
|
to the #libcxx channel in the LLVM discord. Please *do not* start working on any of the
|
|
*assigned* items below.
|
|
|
|
|
|
Major features
|
|
=======================================
|
|
|
|
.. csv-table::
|
|
:file: RangesMajorFeatures.csv
|
|
:header-rows: 1
|
|
:widths: auto
|
|
|
|
Views
|
|
=======================================
|
|
|
|
.. csv-table::
|
|
:file: RangesViews.csv
|
|
:header-rows: 1
|
|
:widths: auto
|
|
|
|
Algorithms
|
|
=======================================
|
|
|
|
.. csv-table::
|
|
:file: RangesAlgorithms.csv
|
|
:header-rows: 1
|
|
:widths: auto
|