[libcxx-commits] [PATCH] D105585: [libcxx][nfc] Remove <algorithm>'s dependence on <iterator> and related changes.

Zoe Carver via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jul 7 12:54:03 PDT 2021


zoecarver added a comment.

A simpler way to say the words in the title: this removes `<algorithm>`'s dependency on both `<memory>` and `<iterator>`. (`<memory>` still depends on `<iterator>`.)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105585



More information about the libcxx-commits mailing list