[PATCH] D140280: [llvm] Fix APInt to work in C++20 mode
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 19 13:19:18 PST 2022
dblaikie added a comment.
Is there a way to write this in a more portable fashion?
(if the uint64_t on nthe RHS versions were non-members, would that help?)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140280/new/
https://reviews.llvm.org/D140280
More information about the llvm-commits
mailing list