Skip to content

Commit 1fd8b98

Browse files
authored
Merge pull request #9788 from WilliamAntonRohm/issue-7727
visualstudio-docs/issues/7727 -- add missing enum
2 parents ef32b41 + a6309d3 commit 1fd8b98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/debugger/debug-interface-access/basictype.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ enum BasicType {
4343
btHresult = 31,
4444
btChar16 = 32, // char16_t
4545
btChar32 = 33, // char32_t
46+
btChar8 = 34 // char8_t
4647
};
4748
```
4849

0 commit comments

Comments
 (0)