[PATCH] D55308: Implement the second part of P0482 (char8_t)

Marshall Clow via Phabricator reviews at reviews.llvm.org
Wed Dec 5 14:55:34 PST 2018


mclow.lists marked 4 inline comments as done.
mclow.lists added inline comments.


================
Comment at: test/std/language.support/support.limits/support.limits.general/ostream.version.pass.cpp:18
+
+#include <string_view>
+#include <cassert>
----------------
ldionne wrote:
> `<ostream>`
Whoops. Should be `<ostream>` Will fix before commit.


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

https://reviews.llvm.org/D55308





More information about the libcxx-commits mailing list