Make to_chars/from_chars work back to C++11. This means that we can use them to imple...
authorMarshall Clow <mclow.lists@gmail.com>
Wed, 20 Mar 2019 18:13:23 +0000 (18:13 +0000)
committerMarshall Clow <mclow.lists@gmail.com>
Wed, 20 Mar 2019 18:13:23 +0000 (18:13 +0000)
commit769c2459d5c201d98c9e96c868dae94e4c7ec1a2
tree99ec37adb52239306c70984b6d63281938809a2b
parent37cf25c3c6819d3ed55915903b5cea91f9d367b0
Make to_chars/from_chars work back to C++11. This means that we can use them to implement to_string as well. Reviewed as https://reviews.llvm.org/D59598.

llvm-svn: 356585
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.to.chars/integral.bool.fail.cpp
libcxx/test/std/utilities/charconv/charconv.to.chars/integral.pass.cpp
libcxx/test/support/charconv_test_helpers.h