[libcxx-commits] [PATCH] D153199: [libc++][charconv] Adds operator bool.
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Jul 8 04:34:18 PDT 2023
Mordante updated this revision to Diff 538353.
Mordante added a comment.
Rebased and update status table.
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/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.538353.patch
Type: text/x-patch
Size: 13015 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230708/1acd5eb2/attachment.bin>
More information about the libcxx-commits
mailing list