diff options
| author | Richard Smith <richard-llvm@metafoo.co.uk> | 2016-08-31 23:23:25 +0000 |
|---|---|---|
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2016-08-31 23:23:25 +0000 |
| commit | e4caa48dbb744fb809db1f6f09de2ed9576efcea (patch) | |
| tree | 505582594879dcd41b23047a8bfffcff116dbd15 /clang/www/cxx_dr_status.html | |
| parent | 77807637ffb0fffd6f215187258b0e12c6b6a620 (diff) | |
| download | bcm5719-llvm-e4caa48dbb744fb809db1f6f09de2ed9576efcea.tar.gz bcm5719-llvm-e4caa48dbb744fb809db1f6f09de2ed9576efcea.zip | |
DR259: Demote the pedantic error for an explicit instantiation after an
explicit specialization to a warning for C++98 mode (this is a defect report
resolution, so per our informal policy it should apply in C++98), and turn
the warning on by default for C++11 and later. In all cases where it fires, the
right thing to do is to remove the pointless explicit instantiation.
llvm-svn: 280308
Diffstat (limited to 'clang/www/cxx_dr_status.html')
| -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 0e9af71f402..6fac95397c2 100644 --- a/clang/www/cxx_dr_status.html +++ b/clang/www/cxx_dr_status.html @@ -1594,7 +1594,7 @@ accessible?</td> <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#259">259</a></td> <td>CD1</td> <td>Restrictions on explicit specialization and instantiation</td> - <td class="full" align="center">Yes (C++11 onwards)</td> + <td class="svn" align="center">SVN</td> </tr> <tr class="open" id="260"> <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#260">260</a></td> |

