[libcxx-commits] [PATCH] D118914: [libc++] Move fpos into its own header

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Feb 3 08:38:35 PST 2022


philnik created this revision.
philnik added reviewers: Quuxplusone, Mordante, ldionne.
Herald added a subscriber: mgorny.
philnik requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

For some reason `<string>` defines `std::fpos`, which should be defined in `<ios>`.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D118914

Files:
  libcxx/include/CMakeLists.txt
  libcxx/include/__ios/fpos.h
  libcxx/include/ios
  libcxx/include/module.modulemap
  libcxx/include/string

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118914.405666.patch
Type: text/x-patch
Size: 5436 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220203/12379415/attachment-0001.bin>


More information about the libcxx-commits mailing list