[libcxx-commits] [PATCH] D153977: [libc++][NFC] Add missing includes
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jun 28 07:22:07 PDT 2023
ldionne created this revision.
Herald added a project: All.
ldionne requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
Those were found while trying to enable configurations like no-threads
and no-localization with modules enabled.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D153977
Files:
libcxx/include/__algorithm/pstl_any_all_none_of.h
libcxx/include/__algorithm/pstl_copy.h
libcxx/include/__algorithm/pstl_count.h
libcxx/include/__algorithm/pstl_fill.h
libcxx/include/__algorithm/pstl_find.h
libcxx/include/__algorithm/pstl_for_each.h
libcxx/include/__algorithm/pstl_generate.h
libcxx/include/__algorithm/pstl_is_partitioned.h
libcxx/include/__algorithm/pstl_merge.h
libcxx/include/__algorithm/pstl_replace.h
libcxx/include/__algorithm/pstl_stable_sort.h
libcxx/include/__algorithm/pstl_transform.h
libcxx/include/__locale
libcxx/include/regex
libcxx/test/std/containers/sequences/vector.bool/vector.bool.fmt/format.pass.cpp
libcxx/test/std/input.output/file.streams/fstreams/ifstream.cons/path.pass.cpp
libcxx/test/std/input.output/file.streams/fstreams/ofstream.cons/path.pass.cpp
libcxx/test/std/input.output/iostreams.base/ios.base/ios.types/ios_failure/ctor_string_error_code.pass.cpp
libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.string/ctor_copy.pass.cpp
libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.string/ctor_err_string.pass.cpp
libcxx/test/std/ranges/range.factories/range.istream.view/cpo.pass.cpp
libcxx/test/std/ranges/range.factories/range.istream.view/iterator/ctor.pass.cpp
libcxx/test/std/ranges/range.factories/range.istream.view/iterator/special_op.pass.cpp
libcxx/test/std/re/re.regex/re.regex.assign/assign_iter_iter_flag.pass.cpp
libcxx/test/std/re/re.regex/re.regex.assign/assign_string_flag.pass.cpp
libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.id/format.pass.cpp
libcxx/test/std/utilities/format/format.formattable/concept.formattable.compile.pass.cpp
libcxx/test/std/utilities/format/types.compile.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153977.535394.patch
Type: text/x-patch
Size: 16502 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230628/c03153aa/attachment-0001.bin>
More information about the libcxx-commits
mailing list