summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorMatthias Gehre <M.Gehre@gmx.de>2017-03-17 21:41:20 +0000
committerMatthias Gehre <M.Gehre@gmx.de>2017-03-17 21:41:20 +0000
commit8c121042c9a805118c4552a1bd7b64d8ffe70988 (patch)
treea31cf05dd44964a477681639b1158bb0953712ff /www
parent31801a78220872a1dcee9b261328ce7239eaa7e9 (diff)
Implement DR 373 "Lookup on namespace qualified name in using-directive"
Summary: 3.4.6 [basic.lookup.udir] paragraph 1: In a using-directive or namespace-alias-definition, during the lookup for a namespace-name or for a name in a nested-name-specifier, only namespace names are considered. Reviewers: rsmith, aaron.ballman Subscribers: cfe-commits Differential Revision: https://reviews.llvm.org/D30848 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@298126 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-rw-r--r--www/cxx_dr_status.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/cxx_dr_status.html b/www/cxx_dr_status.html
index 87a36205f5..43f14a4c4b 100644
--- a/www/cxx_dr_status.html
+++ b/www/cxx_dr_status.html
@@ -2279,7 +2279,7 @@ of class templates</td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#373">373</a></td>
<td>C++11</td>
<td>Lookup on namespace qualified name in using-directive</td>
- <td class="none" align="center">No</td>
+ <td class="svn" align="center">SVN</td>
</tr>
<tr id="374">
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#374">374</a></td>