[libcxx-commits] [PATCH] D153199: [libc++][charconv] Adds operator bool.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Aug 12 03:27:10 PDT 2023


Mordante updated this revision to Diff 549587.
Mordante added a comment.

Rebased and target LLVM-18 as shipping vehicle.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D153199

Files:
  libcxx/docs/FeatureTestMacroTable.rst
  libcxx/docs/ReleaseNotes/18.rst
  libcxx/docs/Status/Cxx2cPapers.csv
  libcxx/include/__charconv/from_chars_result.h
  libcxx/include/__charconv/to_chars_result.h
  libcxx/include/charconv
  libcxx/include/version
  libcxx/test/std/language.support/support.limits/support.limits.general/charconv.version.compile.pass.cpp
  libcxx/test/std/language.support/support.limits/support.limits.general/version.version.compile.pass.cpp
  libcxx/test/std/utilities/charconv/charconv.syn/from_chars_result.operator_bool.pass.cpp
  libcxx/test/std/utilities/charconv/charconv.syn/from_chars_result.operator_bool.verify.cpp
  libcxx/test/std/utilities/charconv/charconv.syn/to_chars_result.operator_bool.pass.cpp
  libcxx/test/std/utilities/charconv/charconv.syn/to_chars_result.operator_bool.verify.cpp
  libcxx/utils/generate_feature_test_macro_components.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153199.549587.patch
Type: text/x-patch
Size: 13361 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230812/b5e2c39e/attachment.bin>


More information about the libcxx-commits mailing list