llvm-project/libcxx
Konstantin Varlamov a59c1a2138 [libc++] LWG3266: delete the to_chars(bool) overload.
This PR only updates the synopsis in `<charconv>` -- the current
implementation already [deletes](e9e6266c70/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
2021-10-15 17:52:58 +02:00
..
benchmarks [libc++][format] Implement Unicode support. 2021-10-02 11:57:40 +02:00
cmake [pstl] Initial implementation of OpenMP backend, on behalf of Christopher Nelson nadiasvertex@gmail.com 2021-10-15 15:36:07 +03:00
docs [libc++] LWG3266: delete the to_chars(bool) overload. 2021-10-15 17:52:58 +02:00
include [libc++] LWG3266: delete the to_chars(bool) overload. 2021-10-15 17:52:58 +02:00
lib [libc++][NFC] Add missing commits to the ABI changelog 2021-07-20 09:19:52 -04:00
src [libcxx][AIX] Explicitly include localedef.h in locale.cpp 2021-10-12 12:00:03 -04:00
test [libc++][AIX] Add scripts and config for building with the libcxx CI infrastructure 2021-10-14 14:31:10 -04:00
utils [libc++] Use apple-install-libcxx.sh in the Apple/system CI job 2021-10-15 06:08:25 -04:00
.clang-format [NFC][libc++] Update clang-format style. 2021-09-24 19:28:07 +02:00
.gitignore [libcxx] Fix .gitignore to not exclude test directories 2020-03-25 17:52:23 -07:00
CMakeLists.txt [libc++] Add an option to disable wide character support in libc++ 2021-10-12 06:08:23 -04:00
CREDITS.TXT [NFC] Add contributor name to CREDITS.TXT 2021-09-29 14:48:32 -04:00
LICENSE.TXT
TODO.TXT [libc++] Disallow volatile types in std::allocator 2021-09-22 11:47:38 -04:00
appveyor-reqs-install.cmd
appveyor.yml