File tree Expand file tree Collapse file tree 5 files changed +552
-186
lines changed Expand file tree Collapse file tree 5 files changed +552
-186
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ void fallthrough(int n) {
45
45
#endif
46
46
}
47
47
48
- namespace dr2450 { // dr2450: 18 drafting
48
+ namespace dr2450 { // dr2450: 18 review
49
49
#if __cplusplus >= 202302L
50
50
struct S {int a;};
51
51
template <S s>
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ using ::dr2521::operator""_div;
83
83
84
84
85
85
#if __cplusplus >= 202302L
86
- namespace dr2553 { // dr2553: 18
86
+ namespace dr2553 { // dr2553: 18 review
87
87
struct B {
88
88
virtual void f (this B&);
89
89
// since-cxx23-error@-1 {{an explicit object parameter cannot appear in a virtual function}}
@@ -143,7 +143,7 @@ void foo() {
143
143
#endif
144
144
145
145
146
- namespace dr2565 { // dr2565: 16
146
+ namespace dr2565 { // dr2565: 16 open
147
147
#if __cplusplus >= 202002L
148
148
template <typename T>
149
149
concept C = requires (typename T::type x) {
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ using enum E;
24
24
#endif
25
25
}
26
26
27
- namespace dr2628 { // dr2628: no open
27
+ namespace dr2628 { // dr2628: no
28
28
// this was reverted for the 16.x release
29
29
// due to regressions, see the issue for more details:
30
30
// https://github.com/llvm/llvm-project/issues/60777
@@ -197,7 +197,7 @@ J j = { "ghi" };
197
197
#endif
198
198
}
199
199
200
- namespace dr2672 { // dr2672: 18 open
200
+ namespace dr2672 { // dr2672: 18
201
201
#if __cplusplus >= 202002L
202
202
template <class T >
203
203
void f (T) requires requires { []() { T::invalid; } (); };
Original file line number Diff line number Diff line change 10
10
// expected-no-diagnostics
11
11
#endif
12
12
13
- namespace dr2789 { // dr2789: 18 open
13
+ namespace dr2789 { // dr2789: 18
14
14
#if __cplusplus >= 202302L
15
15
template <typename T = int >
16
16
struct Base {
@@ -42,7 +42,7 @@ void test() {
42
42
#endif
43
43
}
44
44
45
- namespace dr2798 { // dr2798: 17 drafting
45
+ namespace dr2798 { // dr2798: 17
46
46
#if __cpp_static_assert >= 202306
47
47
struct string {
48
48
constexpr string () {
You can’t perform that action at this time.
0 commit comments