[all-commits] [llvm/llvm-project] 679f8a: [libc++] Move fpos into its own header
philnik777 via All-commits
all-commits at lists.llvm.org
Fri Feb 4 12:55:37 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 679f8a885b65e0c82537590f1d88c2bc4c6869bc
https://github.com/llvm/llvm-project/commit/679f8a885b65e0c82537590f1d88c2bc4c6869bc
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2022-02-04 (Fri, 04 Feb 2022)
Changed paths:
M libcxx/include/CMakeLists.txt
A libcxx/include/__ios/fpos.h
M libcxx/include/ios
M libcxx/include/module.modulemap
M libcxx/include/string
A libcxx/test/libcxx/diagnostics/detail.headers/ios/fpos.module.verify.cpp
M libcxx/test/std/input.output/iostreams.base/fpos/fpos.operations/fpos.pass.cpp
Log Message:
-----------
[libc++] Move fpos into its own header
For some reason `<string>` defines `std::fpos`, which should be defined in `<ios>`.
Reviewed By: Quuxplusone, Mordante, #libc
Spies: libcxx-commits, mgorny
Differential Revision: https://reviews.llvm.org/D118914
More information about the All-commits
mailing list