[PATCH] D56503: [libcxx] Portability fix: add missing includes.

Eric Fiselier via Phabricator reviews at reviews.llvm.org
Mon Jan 14 10:06:59 PST 2019


EricWF added inline comments.


================
Comment at: test/std/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get/xsgetn.pass.cpp:19
 #include <cassert>
+#include <string.h>
 
----------------
`<cstring>` instead?


Repository:
  rCXX libc++

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

https://reviews.llvm.org/D56503





More information about the libcxx-commits mailing list