[libcxx-commits] [PATCH] D133216: [libc++] Make charconv require C++17 or later.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Oct 8 04:50:40 PDT 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rGe17ec8e9baa8: [libc++] Make charconv require C++17 or later. (authored by Mordante).

Changed prior to commit:
  https://reviews.llvm.org/D133216?vs=465078&id=466275#toc

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D133216/new/

https://reviews.llvm.org/D133216

Files:
  libcxx/docs/ReleaseNotes.rst
  libcxx/include/__charconv/chars_format.h
  libcxx/include/__charconv/from_chars_result.h
  libcxx/include/__charconv/tables.h
  libcxx/include/__charconv/to_chars_base_10.h
  libcxx/include/__charconv/to_chars_result.h
  libcxx/include/charconv
  libcxx/test/std/utilities/charconv/charconv.from.chars/integral.bool.fail.cpp
  libcxx/test/std/utilities/charconv/charconv.from.chars/integral.pass.cpp
  libcxx/test/std/utilities/charconv/charconv.from.chars/integral.roundtrip.pass.cpp
  libcxx/test/std/utilities/charconv/charconv.syn/chars_format.pass.cpp
  libcxx/test/std/utilities/charconv/charconv.to.chars/integral.bool.fail.cpp
  libcxx/test/std/utilities/charconv/charconv.to.chars/integral.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133216.466275.patch
Type: text/x-patch
Size: 7979 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20221008/aed5871a/attachment-0001.bin>


More information about the libcxx-commits mailing list