[all-commits] [llvm/llvm-project] a59c1a: [libc++] LWG3266: delete the to_chars(bool) overload.
mordante via All-commits
all-commits at lists.llvm.org
Fri Oct 15 08:53:21 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a59c1a2138a5d6c0b9cf74fa0fa8da0e6a2d3a1c
https://github.com/llvm/llvm-project/commit/a59c1a2138a5d6c0b9cf74fa0fa8da0e6a2d3a1c
Author: Konstantin Varlamov <varconst at apple.com>
Date: 2021-10-15 (Fri, 15 Oct 2021)
Changed paths:
M libcxx/docs/Status/Cxx20Issues.csv
M libcxx/include/charconv
Log Message:
-----------
[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-project/blob/e9e6266c704df43e2c52308e1b653dccefa89e04/libcxx/include/charconv#L108)
the overload and has a [test](https://github.com/llvm/llvm-project/blob/main/libcxx/test/std/utilities/charconv/charconv.to.chars/integral.bool.fail.cpp)
for it (and this has been the case from the first [commit](https://reviews.llvm.org/D41458)
where `<charconv>` was added).
Reviewed By: #libc, Mordante
Differential Revision: https://reviews.llvm.org/D111845
More information about the All-commits
mailing list