We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
src/vt/trace/trace_common.h:55:29: error: 'size_t' does not name a type 55 | using TraceEntryIDType = size_t; // uint32_t, maybe.. | ^~~~~~
Likely this should be fixed by including the correct header for size_t
The text was updated successfully, but these errors were encountered:
#1546: trace: include cstddef header for size_t
44f010e
Merge pull request #1547 from DARMA-tasking/1546-gcc-11-compiler-error
c8a2c2f
#1546: compile error with gcc11
5d1f963
nmm0
Successfully merging a pull request may close this issue.
Likely this should be fixed by including the correct header for size_t
The text was updated successfully, but these errors were encountered: