Skip to content

Fix usage of nonstandard uint type - #59

Open
jtanx wants to merge 1 commit into
KDE:masterfrom
jtanx:uint
Open

Fix usage of nonstandard uint type#59
jtanx wants to merge 1 commit into
KDE:masterfrom
jtanx:uint

Conversation

@jtanx

@jtanx jtanx commented Dec 11, 2025

Copy link
Copy Markdown
Contributor

This type doesn't exist on windows; e.g.

/heaptrack/src/util/pointermap.h:63:46: error: 'uint' does not nam
e a type; did you mean 'int'?
   63 |         allocationIndex->index = static_cast<uint>(set.size());
      |                                              ^~~~
      |                                              int

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant