[doc][clang] correct version for p0388 implementation

The p0388 patch series took so long, the clang version was incorrect,
and I failed to realize that.
This commit is contained in:
Nathan Sidwell 2021-10-13 04:07:58 -07:00
parent 1a2e90199f
commit d45526e6c3
1 changed files with 1 additions and 1 deletions

View File

@ -1238,7 +1238,7 @@ code. This issue is expected to be rectified soon.
<tr>
<td>Permit conversions to arrays of unknown bound</td>
<td><a href="https://wg21.link/p0388r4">P0388R4</a></td>
<td class="unreleased" align="center">Clang 13</td>
<td class="unreleased" align="center">Clang 14</td>
</tr>
<tr>
<td><tt>constinit</tt></td>