forked from OSchip/llvm-project
parent
c2401ddf84
commit
6dcddc21f8
|
@ -3,7 +3,7 @@
|
|||
// RUN: %clang_cc1 -std=c++14 %s -verify -fexceptions -fcxx-exceptions -pedantic-errors
|
||||
// RUN: %clang_cc1 -std=c++1z %s -verify -fexceptions -fcxx-exceptions -pedantic-errors
|
||||
|
||||
namespace dr777 { // dr777: yes
|
||||
namespace dr777 { // dr777: 3.7
|
||||
#if __cplusplus >= 201103L
|
||||
template <typename... T>
|
||||
void f(int i = 0, T ...args) {}
|
||||
|
|
|
@ -4681,7 +4681,7 @@ and <I>POD class</I></td>
|
|||
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#777">777</a></td>
|
||||
<td>CD2</td>
|
||||
<td>Default arguments and parameter packs</td>
|
||||
<td class="full" align="center">Yes</td>
|
||||
<td class="svn" align="center">SVN</td>
|
||||
</tr>
|
||||
<tr id="778">
|
||||
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#778">778</a></td>
|
||||
|
|
Loading…
Reference in New Issue