[libcxx-commits] [PATCH] D153213: [libc++][Modules] Add missing submodules
Ian Anderson via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jun 23 15:54:19 PDT 2023
iana added inline comments.
================
Comment at: libcxx/include/__algorithm/pstl_replace.h:15
#include <__algorithm/pstl_frontend_dispatch.h>
+#include <__algorithm/pstl_transform.h>
#include <__config>
----------------
iana wrote:
> This include is necessary once pstl_replace.h gets a module because pstl_transform.h isn't even transitively included from this file. It works as a textual header only if the included includes pstl_transform.h first, but as a modular header it requires the include.
only if the *includer* includes pstl_transform.h
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153213/new/
https://reviews.llvm.org/D153213
More information about the libcxx-commits
mailing list