[libc++][doc] Update the Format library status.
- Use the proper review for 'Fix integral conformance'. - Mark 'Fix integral conformance' as completed. - Move some tasks to in progress.
This commit is contained in:
parent
39eb2665d9
commit
9f99a9faa3
|
|
@ -4,7 +4,7 @@ Number,Name,Assignee,Patch,Status,First released version
|
|||
`P1892 <https://wg21.link/P1892>`_,"Extended locale-specific presentation specifiers for std::format",,,,
|
||||
`P1862 <https://wg21.link/P1862>`_,"width: clarifying units of width and precision in std::format (Implements the unicode support.)",,,,
|
||||
`LWG-3218 <https://wg21.link/LWG3218>`_,"Modifier for %d parse flag does not match POSIX and format specification",,,,
|
||||
`LWG-3242 <https://wg21.link/LWG3242>`_,"std::format: missing rules for arg-id in width and precision",,,,
|
||||
`LWG-3242 <https://wg21.link/LWG3242>`_,"std::format: missing rules for arg-id in width and precision",Mark de Wever,,In progress,
|
||||
`LWG-3243 <https://wg21.link/LWG3243>`_,"std::format and negative zeroes",,,,
|
||||
`LWG-3246 <https://wg21.link/LWG3246>`_,"What are the constraints on the template parameter of basic_format_arg?",,,,
|
||||
`LWG-3248 <https://wg21.link/LWG3248>`_,"std::format #b, #B, #o, #x , and #X presentation types misformat negative numbers",,,,
|
||||
|
|
|
|||
|
|
|
@ -1,6 +1,6 @@
|
|||
Section,Description,Dependencies,Assignee,Patch,Status,First released version
|
||||
[charconv.to.chars],"Fix integral conformance",,Mark de Wever,`D97705 <https://llvm.org/D97705>`__,In progress,
|
||||
[charconv.to.chars],"Add floating-point conversion",`D97705 <https://llvm.org/D97705>`__,"Mark de Wever (Code provided by Stephan T. Lavavej of Microsoft)",`D70631 <https://llvm.org/D70631>`__,In progress,
|
||||
[charconv.to.chars],"Fix integral conformance",,Mark de Wever,`D100722 <https://llvm.org/D100722>`__,|Complete|,Clang 13
|
||||
[charconv.to.chars],"Add floating-point conversion",`D100722 <https://llvm.org/D100722>`__,"Mark de Wever (Code provided by Stephan T. Lavavej of Microsoft)",`D70631 <https://llvm.org/D70631>`__,In progress,
|
||||
[format.error],"Class format_error",,Mark de Wever,`D92214 <https://llvm.org/D92214>`__,|Complete|,Clang 13
|
||||
[format.parse.ctx],"Class template basic_format_parse_context",,Mark de Wever,`D93166 <https://llvm.org/D93166>`__,|Complete|,Clang 13
|
||||
[format.context],"Class template basic_format_context",,Mark de Wever,`D93593 <https://llvm.org/D93593>`__,Review,
|
||||
|
|
@ -16,9 +16,9 @@ Section,Description,Dependencies,Assignee,Patch,Status,First released version
|
|||
[format.formatter.spec],"Formatter specializations - floating-point types",`D70631 <https://llvm.org/D70631>`__,Mark de Wever,`D96664 <https://llvm.org/D96664>`__,Review,
|
||||
[format.formatter.spec],"Formatter specializations - pointer types",,,,,,
|
||||
[format.string.std],"Standard format specifiers - character types",,Mark de Wever,,,,
|
||||
[format.string.std],"Standard format specifiers - string types",,Mark de Wever,,,,
|
||||
[format.string.std],"Standard format specifiers - string types",,Mark de Wever,,In progress,,
|
||||
[format.string.std],"Standard format specifiers - boolean type",,Mark de Wever,,,,
|
||||
[format.string.std],"Standard format specifiers - integral types",,Mark de Wever,,,,
|
||||
[format.string.std],"Standard format specifiers - integral types",,Mark de Wever,,In progress,,
|
||||
[format.string.std],"Standard format specifiers - floating-point types",,Mark de Wever,,,,
|
||||
[format.string.std],"Standard format specifiers - pointer types",,Mark de Wever,,,,
|
||||
[format.functions],"Format functions - format(string_view fmt, const Args&... args);",,Mark de Wever,`D96664 <https://llvm.org/D96664>`__,Review,
|
||||
|
|
|
|||
|
Can't render this file because it has a wrong number of fields in line 9.
|
Loading…
Reference in New Issue