[all-commits] [llvm/llvm-project] a6c43e: [libc++][format] Fixes usage of contiguous ranges.
Mark de Wever via All-commits
all-commits at lists.llvm.org
Tue Jan 24 09:09:07 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a6c43e8ca8f622ee2da4bad5458ebf5cecf6dd90
https://github.com/llvm/llvm-project/commit/a6c43e8ca8f622ee2da4bad5458ebf5cecf6dd90
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2023-01-24 (Tue, 24 Jan 2023)
Changed paths:
M libcxx/include/__format/range_formatter.h
M libcxx/test/std/utilities/format/format.range/format.range.formatter/format.functions.tests.h
Log Message:
-----------
[libc++][format] Fixes usage of contiguous ranges.
The contiguous range made incorrect assumptions for certain input
ranges.
Fixes llvm.org/PR60164
Reviewed By: #libc, ldionne
Differential Revision: https://reviews.llvm.org/D142302
More information about the All-commits
mailing list