[libcxx-commits] [PATCH] D94511: Implement p0586r2

kamlesh kumar via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Feb 14 10:25:47 PST 2021


kamleshbhalui updated this revision to Diff 323623.
kamleshbhalui added a comment.

used _LIBCPP_NO_HAS_CHAR8_T and _LIBCPP_HAS_NO_UNICODE_CHARS macro to guard  char8_t, and char16_t, char32_t.

note:
I think _LIBCPP_NO_HAS_CHAR8_T should be _LIBCPP_HAS_NO_CHAR8_T since _LIBCPP_NO_HAS_CHAR8_T is used at several places I used it here as well, I can clean it up in 
different patch if everyone agrees.


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

https://reviews.llvm.org/D94511

Files:
  libcxx/docs/Cxx2aStatusPaperStatus.csv
  libcxx/docs/FeatureTestMacroTable.rst
  libcxx/include/utility
  libcxx/include/version
  libcxx/test/std/language.support/support.limits/support.limits.general/utility.version.pass.cpp
  libcxx/test/std/language.support/support.limits/support.limits.general/version.version.pass.cpp
  libcxx/test/std/utilities/utility/intcmp/intcmp.fail.cpp
  libcxx/test/std/utilities/utility/intcmp/intcmp.pass.cpp
  libcxx/utils/generate_feature_test_macro_components.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94511.323623.patch
Type: text/x-patch
Size: 25504 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210214/e6ea66d4/attachment-0001.bin>


More information about the libcxx-commits mailing list