[libcxx-commits] [PATCH] D137283: [libc++] Granularize <concept> includes
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Nov 3 08:55:46 PDT 2022
ldionne accepted this revision.
ldionne added inline comments.
This revision is now accepted and ready to land.
================
Comment at: libcxx/include/functional:530
#include <__functional/reference_wrapper.h>
#include <__functional/unary_function.h> // TODO: deprecate
#include <__functional/unary_negate.h>
----------------
I think this TODO is not relevant anymore?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137283/new/
https://reviews.llvm.org/D137283
More information about the libcxx-commits
mailing list