176d0caaeSpatrick.. format-status: 276d0caaeSpatrick 376d0caaeSpatrick================================ 476d0caaeSpatricklibc++ Format Status 576d0caaeSpatrick================================ 676d0caaeSpatrick 776d0caaeSpatrick.. include:: ../Helpers/Styles.rst 876d0caaeSpatrick 976d0caaeSpatrick.. contents:: 1076d0caaeSpatrick :local: 1176d0caaeSpatrick 1276d0caaeSpatrick 1376d0caaeSpatrickOverview 1476d0caaeSpatrick======== 1576d0caaeSpatrick 16*4bdff4beSrobertThis document contains the status of the Format library in libc++. It is used to 1776d0caaeSpatricktrack both the status of the sub-projects of the Format library and who is assigned to 1876d0caaeSpatrickthese sub-projects. This is imperative to effective implementation so that work is not 1976d0caaeSpatrickduplicated and implementors are not blocked by each other. 2076d0caaeSpatrick 2176d0caaeSpatrick 2276d0caaeSpatrickIf you are interested in contributing to the libc++ Format library, please send 2376d0caaeSpatricka message to the #libcxx channel in the LLVM discord. Please *do not* start 2476d0caaeSpatrickworking on any of the assigned items below. 2576d0caaeSpatrick 2676d0caaeSpatrick 2776d0caaeSpatrickSub-Projects in the Format library 2876d0caaeSpatrick================================== 2976d0caaeSpatrick 3076d0caaeSpatrick.. csv-table:: 3176d0caaeSpatrick :file: FormatPaper.csv 3276d0caaeSpatrick :header-rows: 1 3376d0caaeSpatrick :widths: auto 3476d0caaeSpatrick 3576d0caaeSpatrick 3676d0caaeSpatrickMisc. Items and TODOs 3776d0caaeSpatrick===================== 3876d0caaeSpatrick 3976d0caaeSpatrick(Please mark all Format-related TODO comments with the string ``TODO FMT``, so we 4076d0caaeSpatrickcan find them easily.) 4176d0caaeSpatrick 4276d0caaeSpatrick 4376d0caaeSpatrickPaper and Issue Status 4476d0caaeSpatrick====================== 4576d0caaeSpatrick 4676d0caaeSpatrick.. csv-table:: 4776d0caaeSpatrick :file: FormatIssues.csv 4876d0caaeSpatrick :header-rows: 1 4976d0caaeSpatrick :widths: auto 50