When reviewing https://reviews.llvm.org/D132330, I noticed a few pre-existing
comments regarding the implementation of llvm::bit_cast. These comments are a
bit misleading since std::bit_cast is a C++20 standard library thing, not a
C++17 one (otherwise we could use it directly). Clarify that in the comment.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Only mention the C++17 vs C++20 difference - leave the trivially constructible comment alone.