[libcxx-commits] [PATCH] D58642: First part of P1227R2 - Signed ssize() functions, unsigned size() functions
Marshall Clow via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Feb 25 12:12:08 PST 2019
mclow.lists marked an inline comment as done.
mclow.lists added inline comments.
================
Comment at: libcxx/test/std/iterators/iterator.container/ssize.pass.cpp:25
+
+#if TEST_STD_VER > 14
+#include <string_view>
----------------
I can remove this test for C++14
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58642/new/
https://reviews.llvm.org/D58642
More information about the libcxx-commits
mailing list