This gives everything inside namespace std default visibility and removes macros which give types default visibility. This isn't a problem, since all the functions should be marked _LIBCPP_HIDE_FROM_ABI anyways, and everything else should have default visibilty.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo