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

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Jun 17 06:32:43 PDT 2023


Mordante created this revision.
Herald added a subscriber: arichardson.
Herald added a project: All.
Mordante requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

Implements

- P2497R0 Testing for success or failure of <charconv> functions

Depends on D153192 <https://reviews.llvm.org/D153192>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D153199

Files:
  libcxx/docs/FeatureTestMacroTable.rst
  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.532395.patch
Type: text/x-patch
Size: 12076 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230617/e6ad9142/attachment.bin>


More information about the libcxx-commits mailing list