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
It seems like include/yorel/yomm2.hpp is missing an include for std::uintptr_t! At least on my system the compilation now fails.
include/yorel/yomm2.hpp
std::uintptr_t
std::uintptr_t is defined in <cstdint>, and adding that include fixes the issue for me.
<cstdint>
The text was updated successfully, but these errors were encountered:
Yes indeed. Hmmm that would not have arrived in D. I am going to try iwyu.
Sorry, something went wrong.
@derpda If you have a minute, please review and test in your context. #27
#27 indeed fixes this!
Successfully merging a pull request may close this issue.
It seems like
include/yorel/yomm2.hpp
is missing an include forstd::uintptr_t
!At least on my system the compilation now fails.
std::uintptr_t
is defined in<cstdint>
, and adding that include fixes the issue for me.The text was updated successfully, but these errors were encountered: