diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2015-01-27 03:30:40 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2015-01-27 03:30:40 +0000 |
commit | 48372b68fefb95fc5767bbe78c6f9eeebfa227a9 (patch) | |
tree | 8e1909fd542471891e239f7b09490cdbeac8f2d1 /clang/www | |
parent | 9af09d758a52cd978ccc15fbbf3fbe1d97bd2eb4 (diff) | |
download | bcm5719-llvm-48372b68fefb95fc5767bbe78c6f9eeebfa227a9.tar.gz bcm5719-llvm-48372b68fefb95fc5767bbe78c6f9eeebfa227a9.zip |
DR1902: if overload resolution recurses, and the inner overload resolution
selects a deleted function, the outer function is still a candidate even though
the initialization sequence is "otherwise ill-formed".
llvm-svn: 227169
Diffstat (limited to 'clang/www')
-rw-r--r-- | clang/www/cxx_dr_status.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/www/cxx_dr_status.html b/clang/www/cxx_dr_status.html index 1a4f4f2939f..ed066f3aa8f 100644 --- a/clang/www/cxx_dr_status.html +++ b/clang/www/cxx_dr_status.html @@ -11227,7 +11227,7 @@ and <I>POD class</I></td> <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1902">1902</a></td> <td>DR</td> <td>What makes a conversion “otherwise ill-formed”?</td> - <td class="none" align="center">Unknown</td> + <td class="svn" align="center">SVN</td> </tr> <tr class="open" id="1903"> <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1903">1903</a></td> |