[libcxx-commits] [PATCH] D131395: [libc++] Implement `lexicographical_compare_three_way`

Adrian Vogelsgesang via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Dec 11 06:57:03 PST 2022


avogelsgesang added inline comments.


================
Comment at: libcxx/include/__algorithm/three_way_comp_ref_type.h:9
+
+#ifndef _LIBCPP___ALGORITHM_THREE_WAY_COMP_REF_TYPE_H
+#define _LIBCPP___ALGORITHM_THREE_WAY_COMP_REF_TYPE_H
----------------
var-const wrote:
> You might need to run something like `ninja -C build libcxx-generate-files` to take the new header into account.
That seems like a no-op to me. At least, `git` does not mark any files as changed after running this


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D131395/new/

https://reviews.llvm.org/D131395



More information about the libcxx-commits mailing list