[libcxx-commits] [PATCH] D117960: [libc++] [NFC] Audit LWG issues for "Nothing To Do" and "Complete"

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Jan 22 11:16:51 PST 2022


Quuxplusone added inline comments.


================
Comment at: libcxx/include/__ranges/transform_view.h:23
 #include <__iterator/concepts.h>
-#include <__iterator/iter_swap.h>
 #include <__iterator/iterator_traits.h>
----------------
Discovered this was unused while verifying LWG3520.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117960



More information about the libcxx-commits mailing list