[all-commits] [llvm/llvm-project] 92ac36: [libc++][charconv] Adds operator bool.

Mark de Wever via All-commits all-commits at lists.llvm.org
Wed Aug 23 10:25:27 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 92ac3600630c63863467112b2f072753d84bcf78
      https://github.com/llvm/llvm-project/commit/92ac3600630c63863467112b2f072753d84bcf78
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2023-08-23 (Wed, 23 Aug 2023)

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

  Log Message:
  -----------
  [libc++][charconv] Adds operator bool.

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

Depends on D153192

Reviewed By: #libc, ldionne

Differential Revision: https://reviews.llvm.org/D153199




More information about the All-commits mailing list