[libcxx-commits] [PATCH] D104942: [libcxx][functional][modular] splices <functional> into modular headers
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jun 30 14:42:03 PDT 2021
ldionne added inline comments.
================
Comment at: libcxx/include/__functional/binary_negate.h:10
+
+#ifndef _LIBCPP___FUNCTIONAL_DEPRECATED_BINARY_NEGATE_H
+#define _LIBCPP___FUNCTIONAL_DEPRECATED_BINARY_NEGATE_H
----------------
Those include guards are now wrong!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104942/new/
https://reviews.llvm.org/D104942
More information about the libcxx-commits
mailing list