This is an archive of the discontinued LLVM Phabricator instance.

[libc++] LWG3266: delete the to_chars(bool) overload.
AbandonedPublic

Authored by var-const on Oct 14 2021, 4:15 PM.

Details

Reviewers
None
Group Reviewers
Restricted Project
Summary

This PR only updates the synopsis in <charconv> -- the current
implementation already deletes
the overload and has a test
for it (and this has been the case from the first commit
where <charconv> was added).

Diff Detail

Event Timeline

var-const requested review of this revision.Oct 14 2021, 4:15 PM
var-const created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptOct 14 2021, 4:15 PM
Herald added a reviewer: Restricted Project. · View Herald Transcript
var-const retitled this revision from [libc++] LWG3266: delete the to_chars(bool) overload. This PR only updates the synopsis in `<charconv>` -- the current implementation already [deletes](https://github.com/llvm/llvm... to [libc++] LWG3266: delete the to_chars(bool) overload.This PR only updates the synopsis in `<charconv>` -- the currentimplementation already [deletes](https://github.com/llvm/llvm....Oct 14 2021, 4:20 PM
var-const edited the summary of this revision. (Show Details)
var-const retitled this revision from [libc++] LWG3266: delete the to_chars(bool) overload.This PR only updates the synopsis in `<charconv>` -- the currentimplementation already [deletes](https://github.com/llvm/llvm... to [libc++] LWG3266: delete the to_chars(bool) overload..
var-const edited the summary of this revision. (Show Details)
var-const abandoned this revision.Oct 14 2021, 4:33 PM

Created accidentally (first time using arc).