[libcxx-commits] [PATCH] D144767: [libc++][ranges] Implement P2443R1: `views::chunk_by`

Konstantin Varlamov via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Sep 1 15:00:50 PDT 2023


var-const added inline comments.


================
Comment at: libcxx/include/__ranges/chunk_by_view.h:48
+
+_LIBCPP_PUSH_MACROS
+#include <__undef_macros>
----------------
var-const wrote:
> Quick question -- why do we need this?
Never mind -- it looks like it's to protect against macros like `move`.


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

https://reviews.llvm.org/D144767



More information about the libcxx-commits mailing list