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
cstddef
cilksan/disjointset.h
cilksan/disjointset.h is missing header #include <cstddef>.
#include <cstddef>
This causes the compilation to fail at
productivity-tools/cilksan/disjointset.h
Line 503 in 458233b
where offsetof requires <cstddef>
offsetof
<cstddef>
Tested on gcc/g++ 13.2.0
gcc/g++
The text was updated successfully, but these errors were encountered:
Thanks for raising this issue.
I'm not sure why I'm not seeing any problems when I compile OpenCilk, even with gcc/g++ 13.2. But the issue makes sense and is straightforward to fix.
Sorry, something went wrong.
Yes agree, this only happened when building on a slightly older stack on a cluster, CentOS Linux release 7.9.2009 (Core) , ldd (GNU libc) 2.17.
CentOS Linux release 7.9.2009 (Core)
ldd (GNU libc) 2.17
Successfully merging a pull request may close this issue.
cilksan/disjointset.h
is missing header#include <cstddef>
.This causes the compilation to fail at
productivity-tools/cilksan/disjointset.h
Line 503 in 458233b
where
offsetof
requires<cstddef>
Tested on
gcc/g++
13.2.0The text was updated successfully, but these errors were encountered: