forked from OSchip/llvm-project
[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:
parent
1a2e90199f
commit
d45526e6c3
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue