[all-commits] [llvm/llvm-project] 91dd07: [libc++][format] Move iterators when needed.
mordante via All-commits
all-commits at lists.llvm.org
Tue Oct 18 09:45:55 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 91dd07235411ec7743311298546c4f3f767930f3
https://github.com/llvm/llvm-project/commit/91dd07235411ec7743311298546c4f3f767930f3
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2022-10-18 (Tue, 18 Oct 2022)
Changed paths:
M libcxx/docs/Status/Cxx2bIssues.csv
M libcxx/include/__format/buffer.h
M libcxx/include/__format/format_context.h
M libcxx/test/std/utilities/format/format.formatter/format.context/format.context/advance_to.pass.cpp
M libcxx/test/std/utilities/format/format.formatter/format.context/format.context/out.pass.cpp
M libcxx/test/std/utilities/format/format.functions/format_to.locale.pass.cpp
M libcxx/test/std/utilities/format/format.functions/format_to.pass.cpp
Log Message:
-----------
[libc++][format] Move iterators when needed.
LWG-3539 was already implemented but not marked as done.
LWG-3567 is implemented in this commit.
Reviewed By: ldionne, #libc
Differential Revision: https://reviews.llvm.org/D112368
More information about the All-commits
mailing list