[libcxx-commits] [PATCH] D119489: [libc++][ranges] Implement `std::mergeable`.

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Feb 15 08:49:05 PST 2022


Quuxplusone accepted this revision.
Quuxplusone added inline comments.


================
Comment at: libcxx/include/iterator:528
     bool equal(const istreambuf_iterator& b) const;
+
 };
----------------
Nit: This blank line looks unnecessary.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119489



More information about the libcxx-commits mailing list