[libcxx-commits] [PATCH] D117817: [libc++][ranges] Implement ranges::mismatch

Konstantin Varlamov via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jan 20 14:46:20 PST 2022


var-const added a comment.

Drive-by comment: can you also update `Status/RangesPaper.csv` and `Status/RangesAlgorithms.csv`?



================
Comment at: libcxx/include/module.modulemap:284
       module push_heap                { private header "__algorithm/push_heap.h" }
+      module rnages_mismatch          { private header "__algorithm/ranges_mismatch.h" }
       module remove                   { private header "__algorithm/remove.h" }
----------------
Drive-by comment: s/rnages/ranges/


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117817



More information about the libcxx-commits mailing list