[all-commits] [llvm/llvm-project] 914fd9: [libc++][NFC] Simplify basic_ostream by combining ...
Nikolas Klauser via All-commits
all-commits at lists.llvm.org
Sat Jan 4 05:49:43 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 914fd916d5456e15cf9baaf617edaac6b7334d09
https://github.com/llvm/llvm-project/commit/914fd916d5456e15cf9baaf617edaac6b7334d09
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2025-01-04 (Sat, 04 Jan 2025)
Changed paths:
M libcxx/include/__ostream/basic_ostream.h
Log Message:
-----------
[libc++][NFC] Simplify basic_ostream by combining operator<<(Arithmetic) (#121011)
The bodies of all the `operator<<` for arithmetic types have very
similar or even identical bodies. This introduces two new functions to
avoid all the duplication.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list