From 3fe7dde5f1a31c4ddc1656df839ca2305630cb4d Mon Sep 17 00:00:00 2001 From: Kent Ross Date: Thu, 26 Aug 2021 10:23:54 -0400 Subject: [PATCH] [libc++][doc] Cleanup, normalize, and update projects status docs Mark the now-done [cmp.result] in spaceship projects as complete; normalize some status markers for papers and projects; fix alignment and line breaks in spaceship projects, add links to standard Differential Revision: https://reviews.llvm.org/D108502 --- libcxx/docs/Helpers/Styles.rst | 8 +- libcxx/docs/Status/FormatIssues.csv | 54 ++++++------- libcxx/docs/Status/FormatPaper.csv | 94 +++++++++++------------ libcxx/docs/Status/SpaceshipProjects.csv | 128 +++++++++++++++---------------- 4 files changed, 145 insertions(+), 139 deletions(-) diff --git a/libcxx/docs/Helpers/Styles.rst b/libcxx/docs/Helpers/Styles.rst index 3f8fe53..b13d2c9 100644 --- a/libcxx/docs/Helpers/Styles.rst +++ b/libcxx/docs/Helpers/Styles.rst @@ -1,6 +1,8 @@ .. raw:: html +.. role:: notstarted .. role:: nothingtodo .. role:: inprogress +.. role:: inreview .. role:: partial .. role:: complete - +.. |Not Started| replace:: :notstarted:`Not Started` .. |Nothing To Do| replace:: :nothingtodo:`Nothing To Do` .. |In Progress| replace:: :inprogress:`In Progress` +.. |Review| replace:: :inreview:`Review` .. |Partial| replace:: :partial:`Partial` .. |Complete| replace:: :complete:`Complete` diff --git a/libcxx/docs/Status/FormatIssues.csv b/libcxx/docs/Status/FormatIssues.csv index 7f4218d..c1df14b 100644 --- a/libcxx/docs/Status/FormatIssues.csv +++ b/libcxx/docs/Status/FormatIssues.csv @@ -1,31 +1,31 @@ Number,Name,Assignee,Patch,Status,First released version `P0645 `_,"Text Formatting",Mark de Wever,,|partial|, -`P1652 `_,"Printf corner cases in std::format",Mark de Wever,`D103433 `__,Review, -`P1892 `_,"Extended locale-specific presentation specifiers for std::format",Mark de Wever,`D103368 `__,Review, -`P1868 `_,"width: clarifying units of width and precision in std::format (Implements the unicode support.)",Mark de Wever,"`D103413 `__ `D103425 `__ `D103670 `__",Review, -`P2216 `_,"std::format improvements",,,, -`LWG-3242 `_,"std::format: missing rules for arg-id in width and precision",Mark de Wever,`D103368 `__,Review, -`LWG-3243 `_,"std::format and negative zeroes",,,, -`LWG-3246 `_,"What are the constraints on the template parameter of basic_format_arg?",,,, -`LWG-3248 `_,"std::format #b, #B, #o, #x, and #X presentation types misformat negative numbers",Mark de Wever,`D103433 `__,Review, -`LWG-3250 `_,"std::format: # (alternate form) for NaN and inf",,,, +`P1652 `_,"Printf corner cases in std::format",Mark de Wever,`D103433 `__,|Review|, +`P1892 `_,"Extended locale-specific presentation specifiers for std::format",Mark de Wever,`D103368 `__,|Review|, +`P1868 `_,"width: clarifying units of width and precision in std::format (Implements the unicode support.)",Mark de Wever,"`D103413 `__ `D103425 `__ `D103670 `__",|Review|, +`P2216 `_,"std::format improvements",,,|Not Started|, +`LWG-3242 `_,"std::format: missing rules for arg-id in width and precision",Mark de Wever,`D103368 `__,|Review|, +`LWG-3243 `_,"std::format and negative zeroes",,,|Not Started|, +`LWG-3246 `_,"What are the constraints on the template parameter of basic_format_arg?",,,|Not Started|, +`LWG-3248 `_,"std::format #b, #B, #o, #x, and #X presentation types misformat negative numbers",Mark de Wever,`D103433 `__,|Review|, +`LWG-3250 `_,"std::format: # (alternate form) for NaN and inf",,,|Not Started|, `LWG-3327 `_,"Format alignment specifiers vs. text direction",,,|Nothing To Do|, -`LWG-3340 `_,"Formatting functions should throw on argument/format string mismatch in [format.functions]",,,, -`LWG-3371 `_,"visit_format_arg and make_format_args are not hidden friends",Mark de Wever,`D103357 `__,Review, -`LWG-3372 `_,"vformat_to should not try to deduce Out twice",,,, -`LWG-3373 `_,"{to,from}_chars_result and format_to_n_result need the 'we really mean what we say'",,,, -`LWG-3462 `_,"§[formatter.requirements]: Formatter requirements forbid use of fc.arg()",,,, -`LWG-3539 `_,"format_to must not copy models of output_iterator",,,, -`LWG-3540 `_,"§[format.arg] There should be no const in basic_format_arg(const T* p)",,,, -`LWG-3541 `_,"indirectly_readable_traits should be SFINAE-friendly for all types",,,, -`LWG-3542 `_,"basic_format_arg mishandles basic_string_view with custom traits",,,, -`LWG-3544 `_,"format-arg-store::args is unintentionally not exposition-only",,,, +`LWG-3340 `_,"Formatting functions should throw on argument/format string mismatch in [format.functions]",,,|Not Started|, +`LWG-3371 `_,"visit_format_arg and make_format_args are not hidden friends",Mark de Wever,`D103357 `__,|Review|, +`LWG-3372 `_,"vformat_to should not try to deduce Out twice",,,|Not Started|, +`LWG-3373 `_,"{to,from}_chars_result and format_to_n_result need the 'we really mean what we say'",,,|Not Started|, +`LWG-3462 `_,"§[formatter.requirements]: Formatter requirements forbid use of fc.arg()",,,|Not Started|, +`LWG-3539 `_,"format_to must not copy models of output_iterator",,,|Not Started|, +`LWG-3540 `_,"§[format.arg] There should be no const in basic_format_arg(const T* p)",,,|Not Started|, +`LWG-3541 `_,"indirectly_readable_traits should be SFINAE-friendly for all types",,,|Not Started|, +`LWG-3542 `_,"basic_format_arg mishandles basic_string_view with custom traits",,,|Not Started|, +`LWG-3544 `_,"format-arg-store::args is unintentionally not exposition-only",,,|Not Started|, -`P1361 `_,"Integration of chrono with text formatting",,,, -`LWG-3218 `_,"Modifier for %d parse flag does not match POSIX and format specification",,,, -`LWG-3230 `_,"Format specifier %y/%Y is missing locale alternative versions",,,, -`LWG-3241 `_,"chrono-spec grammar ambiguity in [time.format]",,,, -`LWG-3262 `_,"Formatting of negative durations is not specified",,,, -`LWG-3270 `_,"Parsing and formatting %j with durations",,,, -`LWG-3272 `_,"%I%p should parse/format duration since midnight",,,, -`LWG-3332 `_,"Issue in [time.format]",,,, +`P1361 `_,"Integration of chrono with text formatting",,,|Not Started|, +`LWG-3218 `_,"Modifier for %d parse flag does not match POSIX and format specification",,,|Not Started|, +`LWG-3230 `_,"Format specifier %y/%Y is missing locale alternative versions",,,|Not Started|, +`LWG-3241 `_,"chrono-spec grammar ambiguity in [time.format]",,,|Not Started|, +`LWG-3262 `_,"Formatting of negative durations is not specified",,,|Not Started|, +`LWG-3270 `_,"Parsing and formatting %j with durations",,,|Not Started|, +`LWG-3272 `_,"%I%p should parse/format duration since midnight",,,|Not Started|, +`LWG-3332 `_,"Issue in [time.format]",,,|Not Started|, diff --git a/libcxx/docs/Status/FormatPaper.csv b/libcxx/docs/Status/FormatPaper.csv index afdf8835..b90537f 100644 --- a/libcxx/docs/Status/FormatPaper.csv +++ b/libcxx/docs/Status/FormatPaper.csv @@ -1,48 +1,48 @@ Section,Description,Dependencies,Assignee,Patch,Status,First released version -[charconv.to.chars],"Fix integral conformance",,Mark de Wever,`D100722 `__,|Complete|,Clang 13 -[charconv.to.chars],"Add floating-point conversion",`D100722 `__,"Mark de Wever (Code provided by Stephan T. Lavavej of Microsoft)",`D70631 `__,In progress, -[format.error],"Class format_error",,Mark de Wever,`D92214 `__,|Complete|,Clang 13 -[format.parse.ctx],"Class template basic_format_parse_context",,Mark de Wever,`D93166 `__,|Complete|,Clang 13 -[format.context],"Class template basic_format_context",,Mark de Wever,`D103357 `__,Review, -[format.args],"Class template basic_format_args",,Mark de Wever,`D103357 `__,Review, -[format.arg],"Class template basic_format_arg",,Mark de Wever,`D103357 `__,Review, -[format.arg],"Class template basic_format_arg - handle",,,,,, -[format.arg],"Class template basic_format_arg - pointers",,,,,, -[format.arg.store],"Class template format-arg-store",,Mark de Wever,`D103357 `__,Review, -[format.formatter.spec],"Formatter specializations - character types",,Mark de Wever,"`D96664 `__ `D103466 `__",Review, -[format.formatter.spec],"Formatter specializations - string types",,Mark de Wever,"`D96664 `__ `D103425 `__",Review, -[format.formatter.spec],"Formatter specializations - boolean type",,Mark de Wever,"`D96664 `__ `D103670 `__",Review, -[format.formatter.spec],"Formatter specializations - integral types",,Mark de Wever,"`D96664 `__ `D103433 `__",Review, -[format.formatter.spec],"Formatter specializations - floating-point types",`D70631 `__,Mark de Wever,`D96664 `__,Review, -[format.formatter.spec],"Formatter specializations - pointer types",,,,,, -[format.string.std],"Standard format specifiers - character types",,Mark de Wever,`D103368 `__,Review, -[format.string.std],"Standard format specifiers - string types",`D103379 `__,Mark de Wever,"`D103368 `__ `D103413 `__",Review, -[format.string.std],"Standard format specifiers - boolean type",`D103379 `__,Mark de Wever,"`D103368 `__ `D103413 `__",Review, -[format.string.std],"Standard format specifiers - integral types",,Mark de Wever,`D103368 `__,Review, -[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 `__,Review, -[format.functions],"Format functions - format(wstring_view fmt, const Args&... args);",,Mark de Wever,`D96664 `__,Review, -[format.functions],"Format functions - format(const locale& loc, string_view fmt, const Args&... args);",,Mark de Wever,`D96664 `__,Review, -[format.functions],"Format functions - format(const locale& loc, wstring_view fmt, const Args&... args);",,Mark de Wever,`D96664 `__,Review, -[format.functions],"Format functions - vformat(string_view fmt, format_args args);",,Mark de Wever,`D96664 `__,Review, -[format.functions],"Format functions - vformat(wstring_view fmt, wformat_args args);",,Mark de Wever,`D96664 `__,Review, -[format.functions],"Format functions - vformat(const locale& loc, string_view fmt, format_args args);",,Mark de Wever,`D96664 `__,Review, -[format.functions],"Format functions - vformat(const locale& loc, wstring_view fmt, wformat_args args);",,Mark de Wever,`D96664 `__,Review, -[format.functions],"Format functions - format_to(Out out, wstring_view fmt, const Args&... args);",,Mark de Wever,`D96664 `__,Review, -[format.functions],"Format functions - format_to(Out out, const locale& loc, wstring_view fmt, const Args&... args);",,Mark de Wever,`D96664 `__,Review, -[format.functions],"Format functions - vformat_to(Out out, string_view fmt, format_args_t, char> args);",,Mark de Wever,`D96664 `__,Review, -[format.functions],"Format functions - vformat_to(Out out, wstring_view fmt, format_args_t, char> args);",,Mark de Wever,`D96664 `__,Review, -[format.functions],"Format functions - vformat_to(Out out, const locale& loc, string_view fmt, format_args_t, char> args);",,Mark de Wever,`D96664 `__,Review, -[format.functions],"Format functions - vformat_to(Out out, const locale& loc, wstring_view fmt,format_args_t, wchar_t> args);",,Mark de Wever,`D96664 `__,Review, -[format.functions],"Format functions - format_to_n(Out out, iter_difference_t n, string_view fmt, const Args&... args);",,Mark de Wever,`D96664 `__,Review, -[format.functions],"Format functions - format_to_n(Out out, iter_difference_t n, wstring_view fmt, const Args&... args);",,Mark de Wever,`D96664 `__,Review, -[format.functions],"Format functions - format_to_n_result format_to_n(Out out, iter_difference_t n, const locale& loc, string_view fmt, const Args&... args);",,Mark de Wever,`D96664 `__,Review, -[format.functions],"Format functions - format_to_n_result format_to_n(Out out, iter_difference_t n, const locale& loc, wstring_view fmt, const Args&... args);",,Mark de Wever,`D96664 `__,Review, -[format.functions],"Format functions - formatted_size(string_view fmt, const Args&... args);",,Mark de Wever,`D96664 `__,Review, -[format.functions],"Format functions - formatted_size(wstring_view fmt, const Args&... args);",,Mark de Wever,`D96664 `__,Review, -[format.functions],"Format functions - formatted_size(const locale& loc, string_view fmt, const Args&... args);",,Mark de Wever,`D96664 `__,Review, -[format.functions],"Format functions - formatted_size(const locale& loc, wstring_view fmt, const Args&... args);",,Mark de Wever,`D96664 `__,Review, -[format.functions],"Format functions - Implement locale support",,Mark de Wever,,In progress,, -[format.functions],"Format functions - Improve performance format_to_n",,Mark de Wever,,,, -[format.functions],"Format functions - Improve performance formatted size",,Mark de Wever,,,, +`[charconv.to.chars] `_,"Fix integral conformance",,Mark de Wever,`D100722 `__,|Complete|,Clang 13 +`[charconv.to.chars] `_,"Add floating-point conversion",`D100722 `__,"Mark de Wever (Code provided by Stephan T. Lavavej of Microsoft)",`D70631 `__,|In Progress|, +`[format.error] `_,"Class format_error",,Mark de Wever,`D92214 `__,|Complete|,Clang 13 +`[format.parse.ctx] `_,"Class template basic_format_parse_context",,Mark de Wever,`D93166 `__,|Complete|,Clang 13 +`[format.context] `_,"Class template basic_format_context",,Mark de Wever,`D103357 `__,|Review|, +`[format.args] `_,"Class template basic_format_args",,Mark de Wever,`D103357 `__,|Review|, +`[format.arg] `_,"Class template basic_format_arg",,Mark de Wever,`D103357 `__,|Review|, +`[format.arg] `_,"Class template basic_format_arg - handle",,Unassigned,,|Not Started|, +`[format.arg] `_,"Class template basic_format_arg - pointers",,Unassigned,,|Not Started|, +`[format.arg.store] `_,"Class template format-arg-store",,Mark de Wever,`D103357 `__,|Review|, +`[format.formatter.spec] `_,"Formatter specializations - character types",,Mark de Wever,"`D96664 `__ `D103466 `__",|Review|, +`[format.formatter.spec] `_,"Formatter specializations - string types",,Mark de Wever,"`D96664 `__ `D103425 `__",|Review|, +`[format.formatter.spec] `_,"Formatter specializations - boolean type",,Mark de Wever,"`D96664 `__ `D103670 `__",|Review|, +`[format.formatter.spec] `_,"Formatter specializations - integral types",,Mark de Wever,"`D96664 `__ `D103433 `__",|Review|, +`[format.formatter.spec] `_,"Formatter specializations - floating-point types",`D70631 `__,Mark de Wever,`D96664 `__,|Review|, +`[format.formatter.spec] `_,"Formatter specializations - pointer types",,Unassigned,,|Not Started|, +`[format.string.std] `_,"Standard format specifiers - character types",,Mark de Wever,`D103368 `__,|Review|, +`[format.string.std] `_,"Standard format specifiers - string types",`D103379 `__,Mark de Wever,"`D103368 `__ `D103413 `__",|Review|, +`[format.string.std] `_,"Standard format specifiers - boolean type",`D103379 `__,Mark de Wever,"`D103368 `__ `D103413 `__",|Review|, +`[format.string.std] `_,"Standard format specifiers - integral types",,Mark de Wever,`D103368 `__,|Review|, +`[format.string.std] `_,"Standard format specifiers - floating-point types",,Mark de Wever,,|Not Started|, +`[format.string.std] `_,"Standard format specifiers - pointer types",,Mark de Wever,,|Not Started|, +`[format.functions] `_,"Format functions - format(string_view fmt, const Args&... args);",,Mark de Wever,`D96664 `__,|Review|, +`[format.functions] `_,"Format functions - format(wstring_view fmt, const Args&... args);",,Mark de Wever,`D96664 `__,|Review|, +`[format.functions] `_,"Format functions - format(const locale& loc, string_view fmt, const Args&... args);",,Mark de Wever,`D96664 `__,|Review|, +`[format.functions] `_,"Format functions - format(const locale& loc, wstring_view fmt, const Args&... args);",,Mark de Wever,`D96664 `__,|Review|, +`[format.functions] `_,"Format functions - vformat(string_view fmt, format_args args);",,Mark de Wever,`D96664 `__,|Review|, +`[format.functions] `_,"Format functions - vformat(wstring_view fmt, wformat_args args);",,Mark de Wever,`D96664 `__,|Review|, +`[format.functions] `_,"Format functions - vformat(const locale& loc, string_view fmt, format_args args);",,Mark de Wever,`D96664 `__,|Review|, +`[format.functions] `_,"Format functions - vformat(const locale& loc, wstring_view fmt, wformat_args args);",,Mark de Wever,`D96664 `__,|Review|, +`[format.functions] `_,"Format functions - format_to(Out out, wstring_view fmt, const Args&... args);",,Mark de Wever,`D96664 `__,|Review|, +`[format.functions] `_,"Format functions - format_to(Out out, const locale& loc, wstring_view fmt, const Args&... args);",,Mark de Wever,`D96664 `__,|Review|, +`[format.functions] `_,"Format functions - vformat_to(Out out, string_view fmt, format_args_t, char> args);",,Mark de Wever,`D96664 `__,|Review|, +`[format.functions] `_,"Format functions - vformat_to(Out out, wstring_view fmt, format_args_t, char> args);",,Mark de Wever,`D96664 `__,|Review|, +`[format.functions] `_,"Format functions - vformat_to(Out out, const locale& loc, string_view fmt, format_args_t, char> args);",,Mark de Wever,`D96664 `__,|Review|, +`[format.functions] `_,"Format functions - vformat_to(Out out, const locale& loc, wstring_view fmt,format_args_t, wchar_t> args);",,Mark de Wever,`D96664 `__,|Review|, +`[format.functions] `_,"Format functions - format_to_n(Out out, iter_difference_t n, string_view fmt, const Args&... args);",,Mark de Wever,`D96664 `__,|Review|, +`[format.functions] `_,"Format functions - format_to_n(Out out, iter_difference_t n, wstring_view fmt, const Args&... args);",,Mark de Wever,`D96664 `__,|Review|, +`[format.functions] `_,"Format functions - format_to_n_result format_to_n(Out out, iter_difference_t n, const locale& loc, string_view fmt, const Args&... args);",,Mark de Wever,`D96664 `__,|Review|, +`[format.functions] `_,"Format functions - format_to_n_result format_to_n(Out out, iter_difference_t n, const locale& loc, wstring_view fmt, const Args&... args);",,Mark de Wever,`D96664 `__,|Review|, +`[format.functions] `_,"Format functions - formatted_size(string_view fmt, const Args&... args);",,Mark de Wever,`D96664 `__,|Review|, +`[format.functions] `_,"Format functions - formatted_size(wstring_view fmt, const Args&... args);",,Mark de Wever,`D96664 `__,|Review|, +`[format.functions] `_,"Format functions - formatted_size(const locale& loc, string_view fmt, const Args&... args);",,Mark de Wever,`D96664 `__,|Review|, +`[format.functions] `_,"Format functions - formatted_size(const locale& loc, wstring_view fmt, const Args&... args);",,Mark de Wever,`D96664 `__,|Review|, +`[format.functions] `_,"Format functions - Implement locale support",,Mark de Wever,,|In Progress|, +`[format.functions] `_,"Format functions - Improve performance format_to_n",,Mark de Wever,,|Not Started|, +`[format.functions] `_,"Format functions - Improve performance formatted size",,Mark de Wever,,|Not Started|, diff --git a/libcxx/docs/Status/SpaceshipProjects.csv b/libcxx/docs/Status/SpaceshipProjects.csv index f361d47..b108a5e 100644 --- a/libcxx/docs/Status/SpaceshipProjects.csv +++ b/libcxx/docs/Status/SpaceshipProjects.csv @@ -1,64 +1,64 @@ Section,Description,Dependencies,Assignee,Complete -[cmp.concept],"| `three_way_comparable `_ -| `three_way_comparable_with `_",None,Ruslan Arutyunyan,In progress -[cmp.result],| `compare_three_way_result `_,None,Arthur O'Dwyer,In progress -[expos.only.func],"| `synth-three-way `_ -| `synth-three-way-result `_",[cmp.concept],Kent Ross,In progress -[comparisons.three.way],| `compare_three_way `_,[cmp.concept],Christopher Di Bella,In progress -[cmp.alg],"| `strong_order `_ +| `[cmp.concept] `_,"| `three_way_comparable `_ +| `three_way_comparable_with `_",None,Ruslan Arutyunyan,|In Progress| +| `[cmp.result] `_,| `compare_three_way_result `_,None,Arthur O'Dwyer,|Complete| +| `[expos.only.func] `_,"| `synth-three-way `_ +| `synth-three-way-result `_",[cmp.concept],Kent Ross,|In Progress| +| `[comparisons.three.way] `_,| `compare_three_way `_,[cmp.concept],Christopher Di Bella,|In Progress| +| `[cmp.alg] `_,"| `strong_order `_ | `weak_order `_ -| `partial_order `_",None,Arthur O'Dwyer,In progress -[alg.three.way],| `lexicographical_compare_three_way `_,[comparisons.three.way],Christopher Di Bella,In progress -[coroutine.handle.compare],| coroutine_handle,[comparisons.three.way],Unassigned,Not started -[pairs.spec],| `pair `_,[expos.only.func],Kent Ross,In progress -[syserr.errcat.nonvirtuals],| error_category,[comparisons.three.way],Unassigned,Not started -[syserr.compare],"| error_code -| error_condition",None,Unassigned,Not started -[tuple.rel],| `tuple `_,[expos.only.func],Kent Ross,In progress -"[optional.relops] -[optional.nullops] -[optional.comp.with.t]","| optional -| nullopt",None,Kent Ross,In progress -"[variant.relops] -[variant.monostate.relops]","| monostate -| variant",None,Kent Ross,In progress -[unique.ptr.special],| unique_ptr,[comparisons.three.way],Unassigned,Not started -[util.smartptr.shared.cmp],| shared_ptr,[comparisons.three.way],Unassigned,Not started -[type.index.members],| type_index,None,Unassigned,Not started -[stacktrace.entry.cmp],| stacktrace_entry,None,Unassigned,Not started -[stacktrace.basic.cmp],| basic_stacktrace,[alg.three.way],Unassigned,Not started -[string.cmp],| `basic_string `_,None,Christopher Di Bella,In progress -[string.view.comparison],| `basic_string_view `_,None,Christopher Di Bella,In progress -[array.syn],| array,[expos.only.func],Unassigned,Not started -[deque.syn],| deque,[expos.only.func],Unassigned,Not started -[forward.list.syn],| forward_list,[expos.only.func],Unassigned,Not started -[list.syn],| list,[expos.only.func],Unassigned,Not started -[vector.syn],| vector,[expos.only.func],Unassigned,Not started -[associative.map.syn],"| map -| multimap",[expos.only.func],Unassigned,Not started -[associative.set.syn],"| multiset -| set",[expos.only.func],Unassigned,Not started -[queue.ops],| queue,None,Unassigned,Not started -[stack.ops],| stack,None,Unassigned,Not started -[reverse.iter.cmp],| reverse_iterator,None,Unassigned,Not started -[move.iter.cmp],| move_iterator,None,Unassigned,Not started -[counted.iter.cmp],| counted_iterator,None,Unassigned,Not started -[range.iota.iterator],| ranges::iota_view::iterator,[concepts.cmp],Unassigned,Not started -[range.transform.iterator],| ranges::transform_view::iterator,[concepts.cmp],Unassigned,Not started -[range.elements.iterator],| ranges::elements_view::iterator,[concepts.cmp],Unassigned,Not started -"[time.duration.comparisons] -[time.point.comparisons] -[time.cal.day.nonmembers] -[time.cal.month.nonmembers] -[time.cal.year.nonmembers] -[time.cal.md.nonmembers] -[time.cal.mdlast] -[time.cal.ym.nonmembers] -[time.cal.ymd.nonmembers] -[time.cal.ymdlast.nonmembers] -[time.zone.nonmembers] -[time.zone.leap.nonmembers] -[time.zone.link.nonmembers]","| chrono::duration +| `partial_order `_",None,Arthur O'Dwyer,|In Progress| +| `[alg.three.way] `_,| `lexicographical_compare_three_way `_,[comparisons.three.way],Christopher Di Bella,|In Progress| +| `[coroutine.handle.compare] `_,| coroutine_handle,[comparisons.three.way],Unassigned,|Not Started| +| `[pairs.spec] `_,| `pair `_,[expos.only.func],Kent Ross,|In Progress| +| `[syserr.errcat.nonvirtuals] `_,| error_category,[comparisons.three.way],Unassigned,|Not Started| +| `[syserr.compare] `_,"| error_code +| error_condition",None,Unassigned,|Not Started| +| `[tuple.rel] `_,| `tuple `_,[expos.only.func],Kent Ross,|In Progress| +"| `[optional.relops] `_ +| `[optional.nullops] `_ +| `[optional.comp.with.t] `_","| optional +| nullopt",None,Kent Ross,|In Progress| +"| `[variant.relops] `_ +| `[variant.monostate.relops] `_","| monostate +| variant",None,Kent Ross,|In Progress| +| `[unique.ptr.special] `_,| unique_ptr,[comparisons.three.way],Unassigned,|Not Started| +| `[util.smartptr.shared.cmp] `_,| shared_ptr,[comparisons.three.way],Unassigned,|Not Started| +| `[type.index.members] `_,| type_index,None,Unassigned,|Not Started| +| `[stacktrace.entry.cmp] `_,| stacktrace_entry,None,Unassigned,|Not Started| +| `[stacktrace.basic.cmp] `_,| basic_stacktrace,[alg.three.way],Unassigned,|Not Started| +| `[string.cmp] `_,| `basic_string `_,None,Christopher Di Bella,|In Progress| +| `[string.view.comparison] `_,| `basic_string_view `_,None,Christopher Di Bella,|In Progress| +| `[array.syn] `_ (`general `_),| array,[expos.only.func],Unassigned,|Not Started| +| `[deque.syn] `_ (`general `_),| deque,[expos.only.func],Unassigned,|Not Started| +| `[forward.list.syn] `_ (`general `_),| forward_list,[expos.only.func],Unassigned,|Not Started| +| `[list.syn] `_ (`general `_),| list,[expos.only.func],Unassigned,|Not Started| +| `[vector.syn] `_ (`general `_),| vector,[expos.only.func],Unassigned,|Not Started| +| `[associative.map.syn] `_ (`general `_),"| map +| multimap",[expos.only.func],Unassigned,|Not Started| +| `[associative.set.syn] `_ (`general `_),"| multiset +| set",[expos.only.func],Unassigned,|Not Started| +| `[queue.ops] `_,| queue,None,Unassigned,|Not Started| +| `[stack.ops] `_,| stack,None,Unassigned,|Not Started| +| `[reverse.iter.cmp] `_,| reverse_iterator,None,Unassigned,|Not Started| +| `[move.iter.cmp] `_,| move_iterator,None,Unassigned,|Not Started| +| `[counted.iter.cmp] `_,| counted_iterator,None,Unassigned,|Not Started| +| `[range.iota.iterator] `_,| ranges::iota_view::iterator,[concepts.cmp],Unassigned,|Not Started| +| `[range.transform.iterator] `_,| ranges::transform_view::iterator,[concepts.cmp],Unassigned,|Not Started| +| `[range.elements.iterator] `_,| ranges::elements_view::iterator,[concepts.cmp],Unassigned,|Not Started| +"| `[time.duration.comparisons] `_ +| `[time.point.comparisons] `_ +| `[time.cal.day.nonmembers] `_ +| `[time.cal.month.nonmembers] `_ +| `[time.cal.year.nonmembers] `_ +| `[time.cal.md.nonmembers] `_ +| `[time.cal.mdlast] `_ +| `[time.cal.ym.nonmembers] `_ +| `[time.cal.ymd.nonmembers] `_ +| `[time.cal.ymdlast.nonmembers] `_ +| `[time.zone.nonmembers] `_ +| `[time.zone.leap.nonmembers] `_ +| `[time.zone.link.nonmembers] `_","| chrono::duration | chrono::time_point | chrono::day | chrono::month @@ -70,8 +70,8 @@ Section,Description,Dependencies,Assignee,Complete | chrono::year_month_day_last | chrono::time_zone | chrono::leap_second -| chrono::time_zone_link",None,Unassigned,Not started -[fs.path.nonmember],| filesystem::path,None,Unassigned,Not started -[fs.dir.entry.obs],| filesystem::directory_entry,None,Unassigned,Not started -[re.submatch.op],| sub_match,None,Unassigned,Not started -[thread.thread.id],| thread::id,None,Unassigned,Not started +| chrono::time_zone_link",None,Unassigned,|Not Started| +| `[fs.path.nonmember] `_,| filesystem::path,None,Unassigned,|Not Started| +| `[fs.dir.entry.obs] `_,| filesystem::directory_entry,None,Unassigned,|Not Started| +| `[re.submatch.op] `_,| sub_match,None,Unassigned,|Not Started| +| `[thread.thread.id] `_,| thread::id,None,Unassigned,|Not Started| -- 2.7.4