[libcxx-commits] [PATCH] D106107: [libc++][modularisation] Split <compare> into internal headers
Christopher Di Bella via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jul 26 12:23:20 PDT 2021
cjdb accepted this revision.
cjdb added a comment.
I'm happy with this, @ldionne any thoughts?
================
Comment at: libcxx/include/__compare/ordering.h:9
+
+#ifndef _LIBCPP___COMPARE_ORDERING_H
+#define _LIBCPP___COMPARE_ORDERING_H
----------------
rarutyun wrote:
> I don't see the reason to create separate header for each ordering, but if you do I can change that.
Since they're codependent, I'm fine with this.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106107/new/
https://reviews.llvm.org/D106107
More information about the libcxx-commits
mailing list