[libcxx-commits] [libcxx] [libc++] Avoid including vector in <functional> (PR #144310)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jun 18 12:02:33 PDT 2025


https://github.com/ldionne approved this pull request.

LGTM. After verification, we already include `<vector>` in `<functional>` for transitive-includes stability, so this shouldn't have user impact.

https://github.com/llvm/llvm-project/pull/144310


More information about the libcxx-commits mailing list