[libcxx-commits] [PATCH] D117337: [libc++] Adds tests for LWG-3373.
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jan 14 10:18:10 PST 2022
Mordante created this revision.
Mordante requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
The code in libc++ already satisfy the requirements of LWG-3373. Since
the issue was written to specifically allow the types to be used in
structured bindings, tests have been added to validate the new
requirement.
Implements
LWG-3373 {to,from}_chars_result and format_to_n_result need the "we really mean what we say" wording
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D117337
Files:
libcxx/docs/Status/Cxx20Issues.csv
libcxx/test/std/utilities/charconv/charconv.syn/from_chars_result.pass.cpp
libcxx/test/std/utilities/charconv/charconv.syn/to_chars_result.pass.cpp
libcxx/test/std/utilities/format/format.syn/format_to_n_result.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D117337.400061.patch
Type: text/x-patch
Size: 6488 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220114/4c515c46/attachment.bin>
More information about the libcxx-commits
mailing list