diff --git a/bin/update_status.sh b/bin/update_status.sh index fd15e5d801..f9b76d42b5 100755 --- a/bin/update_status.sh +++ b/bin/update_status.sh @@ -4,8 +4,8 @@ do bin/set_status $issue_number "$@" # To add a comment use the following (changing the date and text!) -# sed -i '/<\/discussion/i\ -#2022-07-15; LWG telecon: move to Ready\ -#' xml/issue$issue_number.xml + sed -i '/<\/discussion/i\ +Kona 2023-11-07; move to Ready\ +' xml/issue$issue_number.xml done diff --git a/xml/issue3767.xml b/xml/issue3767.xml index d69b6cc28f..101ea88476 100644 --- a/xml/issue3767.xml +++ b/xml/issue3767.xml @@ -1,7 +1,7 @@ - + <tt>codecvt<char<i>N</i>_t, char8_t, mbstate_t></tt> incorrectly added to locale
Victor Zverovich @@ -167,6 +167,8 @@ Per today's LWG discussion the following changes have been implemented in revise
  • Deprecated the facets instead of removing them (also _byname variants which were previously missed).

  • Removed the changes to facet dtor since with deprecation it's no longer critical to provide other ways to access them.

  • +Kona 2023-11-07; move to Ready + diff --git a/xml/issue3913.xml b/xml/issue3913.xml index af7a7f2360..b2521c836e 100644 --- a/xml/issue3913.xml +++ b/xml/issue3913.xml @@ -1,7 +1,7 @@ - + <code>ranges::const_iterator_t<range R></code> fails to accept arrays of unknown bound
    Arthur O'Dwyer @@ -27,13 +27,15 @@ Set priority to 3 after reflector poll. Several votes for NAD. Send to SG9 to be looked at with .

    -Kona 2023-11-07; +Kona 2023-11-07; SG9

    SG9 considered this and noted it's obsolete due to LWG . To support this case now would require changing ranges::cbegin to add a special case for arrays of unknown bound, which would require a paper.

    +Kona 2023-11-07; Status changed: Open → NAD. + diff --git a/xml/issue3975.xml b/xml/issue3975.xml index fda79abe89..8b2a461daf 100644 --- a/xml/issue3975.xml +++ b/xml/issue3975.xml @@ -1,7 +1,7 @@ - + Specializations of <tt>basic_format_context</tt> should not be permitted
    Brian Bi @@ -57,6 +57,8 @@ for the check_dynamic_spec* functions, so the library has an unspecifie Set priority to 3 after reflector poll.

    +Kona 2023-11-07; move to Ready + diff --git a/xml/issue3984.xml b/xml/issue3984.xml index fc44139326..e90beedf7c 100644 --- a/xml/issue3984.xml +++ b/xml/issue3984.xml @@ -1,7 +1,7 @@ - + <tt>ranges::to</tt>'s recursion branch may be ill-formed
    Hewill Kang @@ -33,6 +33,8 @@ Set priority to 3 after reflector poll. "Should be std::forward<R>(r) instead?"

    +Kona 2023-11-07; move to Ready + diff --git a/xml/issue3988.xml b/xml/issue3988.xml index 1189a49dc1..f3aadf6f4d 100644 --- a/xml/issue3988.xml +++ b/xml/issue3988.xml @@ -1,7 +1,7 @@ - + Should <tt>as_const_view</tt> and <tt>basic_const_iterator</tt> provide <tt>base()</tt>?
    Hewill Kang @@ -44,6 +44,8 @@ Set priority to 3 after reflector poll. Send to SG9.

    +Kona 2023-11-07; move to Ready +