[libcxx-commits] [PATCH] D90072: [libc++] Add a libc++ configuration that does not support localization

Xiang Xiao via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Nov 1 23:52:11 PST 2020


xiaoxiang781216 added inline comments.


================
Comment at: libcxx/test/libcxx/double_include.sh.cpp:152
+#   include <streambuf>
+#   include <strstream>
+#   if __cplusplus >= 201103L
----------------
I would expect all stream/regex still support. only the encoding/format conversion or wide char version has to be skipped.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D90072



More information about the libcxx-commits mailing list