File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -401,6 +401,13 @@ namespace cwg2083 { // cwg2083: partial
401
401
#endif
402
402
}
403
403
404
+ namespace cwg2091 { // cwg2091: 2.7
405
+ template <int &> struct X ;
406
+ template <int &N> void f (X<N>&);
407
+ int n;
408
+ void g (X<n> &x) { f (x); }
409
+ } // namespace cwg2091
410
+
404
411
namespace cwg2094 { // cwg2094: 5
405
412
struct A { int n; };
406
413
struct B { volatile int n; };
Original file line number Diff line number Diff line change @@ -12361,7 +12361,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
12361
12361
<td><a href="https://cplusplus.github.io/CWG/issues/2091.html">2091</a></td>
12362
12362
<td>CD4</td>
12363
12363
<td>Deducing reference non-type template arguments</td>
12364
- <td class="unknown " align="center">Unknown </td>
12364
+ <td class="full " align="center">Clang 2.7 </td>
12365
12365
</tr>
12366
12366
<tr id="2092">
12367
12367
<td><a href="https://cplusplus.github.io/CWG/issues/2092.html">2092</a></td>
You can’t perform that action at this time.
0 commit comments