Skip to content

Commit cb8b6f9

Browse files
committed
[cxx-interop] Document char8_t support
1 parent 9eb5298 commit cb8b6f9

File tree

1 file changed

+1
-0
lines changed
  • documentation/cxx-interop/status

1 file changed

+1
-0
lines changed

documentation/cxx-interop/status/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,7 @@ standard library that can be represented in C++:
352352
| `CBool` | `bool` |
353353
| `CChar` | `char` |
354354
| `CWideChar` | `wchar_t` |
355+
| `CChar8` | `char8_t` |
355356
| `CChar16` | `char16_t` |
356357
| `CChar32` | `char32_t` |
357358
| `CSignedChar` | `signed char` |

0 commit comments

Comments
 (0)