[all-commits] [llvm/llvm-project] a6ce0d: [NFC][libc++][format] Use ranges in the output.
mordante via All-commits
all-commits at lists.llvm.org
Mon Aug 29 09:13:48 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a6ce0d087a82ef1e2543bf8ada8f37e4a34c610f
https://github.com/llvm/llvm-project/commit/a6ce0d087a82ef1e2543bf8ada8f37e4a34c610f
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2022-08-29 (Mon, 29 Aug 2022)
Changed paths:
M libcxx/include/__format/formatter_output.h
Log Message:
-----------
[NFC][libc++][format] Use ranges in the output.
This should avoid some copies of the output iterator.
Reviewed By: #libc, Mordante
Differential Revision: https://reviews.llvm.org/D132812
More information about the All-commits
mailing list