diff options
-rw-r--r-- | clang/test/CXX/drs/dr7xx.cpp | 2 | ||||
-rw-r--r-- | clang/www/cxx_dr_status.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CXX/drs/dr7xx.cpp b/clang/test/CXX/drs/dr7xx.cpp index a4ca74abe76..fe4a2dc5ee4 100644 --- a/clang/test/CXX/drs/dr7xx.cpp +++ b/clang/test/CXX/drs/dr7xx.cpp @@ -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) {} diff --git a/clang/www/cxx_dr_status.html b/clang/www/cxx_dr_status.html index 66c65107d2c..f4d860f6809 100644 --- a/clang/www/cxx_dr_status.html +++ b/clang/www/cxx_dr_status.html @@ -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> |