1.. _ranges-status: 2 3================================ 4libc++ Ranges Status 5================================ 6 7.. include:: ../Helpers/Styles.rst 8 9.. contents:: 10 :local: 11 12 13Overview 14================================ 15 16This document contains the status of the Ranges library in libc++. It is used to track 17both the status of the sub-projects of the ranges library and who is assigned to these 18sub-projects. This is imperative to effective implementation so that work is not 19duplicated and implementors are not blocked by each other. 20 21If you are interested in contributing to the libc++ Ranges library, please send a message 22to the #libcxx channel in the LLVM discord. Please *do not* start working on any of the 23*assigned* items below. 24 25 26Major features 27======================================= 28 29.. csv-table:: 30 :file: RangesMajorFeatures.csv 31 :header-rows: 1 32 :widths: auto 33 34Views 35======================================= 36 37.. csv-table:: 38 :file: RangesViews.csv 39 :header-rows: 1 40 :widths: auto 41 42Algorithms 43======================================= 44 45.. csv-table:: 46 :file: RangesAlgorithms.csv 47 :header-rows: 1 48 :widths: auto 49