[libcxx-commits] [PATCH] D111851: [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...

Konstantin Varlamov via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Oct 14 16:15:32 PDT 2021


var-const created this revision.
var-const added a reviewer: ldionne.
var-const requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

...-project/blob/e9e6266c704df43e2c52308e1b653dccefa89e04 <https://reviews.llvm.org/rGe9e6266c704df43e2c52308e1b653dccefa89e04>/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).


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D111851

Files:
  libcxx/docs/Status/Cxx20Issues.csv


Index: libcxx/docs/Status/Cxx20Issues.csv
===================================================================
--- libcxx/docs/Status/Cxx20Issues.csv
+++ libcxx/docs/Status/Cxx20Issues.csv
@@ -179,7 +179,7 @@
 "`3256 <https://wg21.link/LWG3256>`__","Feature testing macro for ``constexpr``\  algorithms","Belfast","|Complete|","13.0"
 "`3273 <https://wg21.link/LWG3273>`__","Specify ``weekday_indexed``\  to range of ``[0, 7]``\ ","Belfast","",""
 "`3070 <https://wg21.link/LWG3070>`__","``path::lexically_relative``\  causes surprising results if a filename can also be a  *root-name*","Belfast","",""
-"`3266 <https://wg21.link/LWG3266>`__","``to_chars(bool)``\  should be deleted","Belfast","",""
+"`3266 <https://wg21.link/LWG3266>`__","``to_chars(bool)``\  should be deleted","Belfast","|Complete|","14.0"
 "`3272 <https://wg21.link/LWG3272>`__","``%I%p``\  should parse/format ``duration``\  since midnight","Belfast","",""
 "`3259 <https://wg21.link/LWG3259>`__","The definition of *constexpr iterators* should be adjusted","Belfast","",""
 "`3103 <https://wg21.link/LWG3103>`__","Errors in taking subview of ``span``\  should be ill-formed where possible","Belfast","",""


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111851.379873.patch
Type: text/x-patch
Size: 1179 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211014/46f4799f/attachment.bin>


More information about the libcxx-commits mailing list