[libcxx-commits] [PATCH] D107584: [libc++][modularisation] Split up <concepts> into granular headers.
Arthur O'Dwyer via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Aug 5 10:28:28 PDT 2021
Quuxplusone added inline comments.
================
Comment at: libcxx/include/__concepts/arithmetic.h:9-10
+
+#ifndef _LIBCPP___CONCEPTS_ARITHMETIC
+#define _LIBCPP___CONCEPTS_ARITHMETIC
+
----------------
Missing the trailing `_H` here (and throughout). Will fix.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107584/new/
https://reviews.llvm.org/D107584
More information about the libcxx-commits
mailing list