[all-commits] [llvm/llvm-project] f2a263: [libc++][chrono] Removes format include.
mordante via All-commits
all-commits at lists.llvm.org
Tue Sep 20 09:58:31 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f2a263512c835128aca397437d912d4c9ec4eb3f
https://github.com/llvm/llvm-project/commit/f2a263512c835128aca397437d912d4c9ec4eb3f
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2022-09-20 (Tue, 20 Sep 2022)
Changed paths:
M libcxx/include/__chrono/ostream.h
M libcxx/test/libcxx/transitive_includes/cxx20/expected.chrono
M libcxx/test/libcxx/transitive_includes/cxx2b/expected.chrono
Log Message:
-----------
[libc++][chrono] Removes format include.
Switch to the new granular format_functions header. Since the chrono's
format dependency in C++20 hasn't been in a release it's save to remove
it.
Depends on D133665
Reviewed By: #libc, ldionne
Differential Revision: https://reviews.llvm.org/D133796
More information about the All-commits
mailing list