[libcxx-commits] [PATCH] D104669: [libc++] Split the various iterator types out of <iterator>

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jun 21 14:51:45 PDT 2021


Quuxplusone added inline comments.


================
Comment at: libcxx/include/__iterator/insert_iterator.h:10-11
+
+#ifndef _LIBCPP___ITERATOR_BACK_INSERT_ITERATOR_H
+#define _LIBCPP___ITERATOR_BACK_INSERT_ITERATOR_H
+
----------------
`/BACK_//`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104669



More information about the libcxx-commits mailing list