[libcxx-commits] [PATCH] D133252: [libc++][random] Removes transitive includes.
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Sep 7 09:46:09 PDT 2022
Mordante marked an inline comment as done.
Mordante added inline comments.
================
Comment at: libcxx/include/module.modulemap.in:923
+ private header "__random/discrete_distribution.h"
+ export vector
+ }
----------------
philnik wrote:
> Why do you have to re-export `vector`?
A function in this header returns a vector. So it needs to be exported.
(Before it was exported by the `export *`.)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133252/new/
https://reviews.llvm.org/D133252
More information about the libcxx-commits
mailing list