collection'. Keep it in the table to match gcc's table, but mark it N/A.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152528
91177308-0d34-0410-b5e6-
96231b3b80d8
.none { background-color: #FFCCCC }
.svn { background-color: #FFFF99 }
.full { background-color: #CCFF99 }
+ .na { background-color: #DDDDDD }
th { background-color: #FFDDAA }
</style>
</head>
<tr>
<td>Minimal support for garbage collection and reachability-based leak detection</td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2670.htm">N2670</a></td>
- <td class="none" align="center">No</td>
+ <td class="na" align="center">N/A</td>
</tr>
<tr>
<td>Allowing move constructors to throw [noexcept]</td>