This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Adds tests for LWG-3373.
ClosedPublic

Authored by Mordante on Jan 14 2022, 10:18 AM.

Details

Reviewers
ldionne
Group Reviewers
Restricted Project
Commits
rG3ba96cb2c949: [libc++] Adds tests for LWG-3373.
Summary

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

Diff Detail

Event Timeline

Mordante requested review of this revision.Jan 14 2022, 10:18 AM
Mordante created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptJan 14 2022, 10:18 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision.Jan 14 2022, 10:22 AM
This revision is now accepted and ready to land.Jan 14 2022, 10:22 AM
Mordante updated this revision to Diff 400269.Jan 15 2022, 3:51 AM

Fix the CI.

This revision was automatically updated to reflect the committed changes.