[libcxx-commits] [PATCH] D142302: [libc++][format] Fixes usage of contiguous ranges.
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Jan 22 04:34:42 PST 2023
Mordante created this revision.
Herald added a project: All.
Mordante requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
The contiguous range made incorrect assumptions for certain input
ranges.
Fixes llvm.org/PR60164
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D142302
Files:
libcxx/include/__format/range_formatter.h
libcxx/test/std/utilities/format/format.range/format.range.formatter/format.functions.tests.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142302.491147.patch
Type: text/x-patch
Size: 4044 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230122/07404616/attachment.bin>
More information about the libcxx-commits
mailing list