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
401401#endif
402402}
403403
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+
404411namespace cwg2094 { // cwg2094: 5
405412 struct A { int n; };
406413 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>
1236112361 <td><a href="https://cplusplus.github.io/CWG/issues/2091.html">2091</a></td>
1236212362 <td>CD4</td>
1236312363 <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>
1236512365 </tr>
1236612366 <tr id="2092">
1236712367 <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