Skip to content

Commit 2203caf

Browse files
authored
[clang] Update C++ DR status page (#131812)
CWG472 is one of the CWG issues that were assigned to Mike Miller with `drafting` status, but recently got back to `open`, because Mike is no longer active in CWG. Nothing to be done here, except for changing the status. CWG1432 was recently reopened after a CWG reflector discussion. I changed the status to claim that we test for the previous resolution.
1 parent 1872774 commit 2203caf

File tree

3 files changed

+202
-66
lines changed

3 files changed

+202
-66
lines changed

clang/test/CXX/drs/cwg14xx.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ namespace cwg1423 { // cwg1423: 11
5757

5858
// cwg1425: na abi
5959

60-
namespace cwg1432 { // cwg1432: 16
60+
namespace cwg1432 { // cwg1432: 16 open 2022-11-11
6161
#if __cplusplus >= 201103L
6262
namespace class_template_partial_spec {
6363
template<typename T> T declval();

clang/test/CXX/drs/cwg4xx.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1062,7 +1062,7 @@ namespace cwg471 { // cwg471: 2.8
10621062
// expected-note@#cwg471-G-using {{declared private here}}
10631063
} // namespace cwg471
10641064

1065-
namespace cwg472 { // cwg472: no drafting 2011-04
1065+
namespace cwg472 { // cwg472: no open 2011-04
10661066
struct B {
10671067
int i; // #cwg472-i
10681068
};

0 commit comments

Comments
 (0)