You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When parsing type declarations containing fields with the primitive type associated with C++ 20's char8_t type, the following error is generated: Type 124 not found.
So the type index appears to be 0x7c, even though it's not been documented in the microsoft-pdb repository.
That'd be great if support for this primitive type could be added. I can make the PR if needed, as it shouldn't be too much of a change in the code base.
The text was updated successfully, but these errors were encountered:
Hi!
When parsing type declarations containing fields with the primitive type associated with C++ 20's
char8_t
type, the following error is generated:Type 124 not found
.So the type index appears to be 0x7c, even though it's not been documented in the
microsoft-pdb
repository.This comment (and thread) mentions the issue as well: microsoft/microsoft-pdb#51 (comment)
That'd be great if support for this primitive type could be added. I can make the PR if needed, as it shouldn't be too much of a change in the code base.
The text was updated successfully, but these errors were encountered: