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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
fdpp/fdpp/farptr.hpp
Line 205 in 6185fe0
This all may became a problem (or a solution of such) when/if clang starts checking for such UB.
The text was updated successfully, but these errors were encountered:
60b91e9
No branches or pull requests
fdpp/fdpp/farptr.hpp
Line 205 in 6185fe0
This code is UB, as was explained to me here:
llvm/llvm-project#62358 (comment)
Possible solution suggested here:
llvm/llvm-project#62358 (comment)
I still don't know what to do with that just yet:
llvm/llvm-project#62358 (comment)
This all may became a problem (or a solution
of such) when/if clang starts checking for such
UB.
The text was updated successfully, but these errors were encountered: