I was going to make a change in that area of the code and I noticed that
we basically duplicated the same code 5 times to handle integral types
and floating point types. This commit simply pulls the duplication into
a function.
Details
Details
- Reviewers
ldionne - Group Reviewers
Restricted Project - Commits
- rGb889cbf36635: [libc++] Refactor num_put::do_put to reduce duplication
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo