[libcxx-commits] [PATCH] D72036: [libcxx] span: Cleanup includes
Marshall Clow via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jan 1 07:53:49 PST 2020
mclow.lists added inline comments.
================
Comment at: libcxx/include/span:132
#include <__config>
-#include <cstddef> // for ptrdiff_t
+#include <cstddef> // for byte
#include <iterator> // for iterators
----------------
Let's make the comment "for ptrdiff_t and byte"
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72036/new/
https://reviews.llvm.org/D72036
More information about the libcxx-commits
mailing list