This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from 9009625c8 [NFC] Fix a couple of typos in libc++'s __config new 2b866255e Make to_chars/from_chars work back to C++11. This means that [...] new 3af5f5e11 [libc++][CMake] Clean up some of the libc++ re-exporting logic
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: CMakeLists.txt | 2 ++ cmake/Modules/HandleLibCXXABI.cmake | 1 - docs/index.rst | 2 -- include/charconv | 34 +++++++++++----------- lib/CMakeLists.txt | 22 ++------------ lib/{libc++abi.exp => libc++abi.v1.exp} | 0 lib/{libc++abi2.exp => libc++abi.v2.exp} | 0 lib/{libc++sjlj-abi.exp => libc++sjlj-abi.v1.exp} | 0 .../charconv.from.chars/integral.bool.fail.cpp | 2 +- .../charconv/charconv.from.chars/integral.pass.cpp | 2 +- .../charconv.to.chars/integral.bool.fail.cpp | 2 +- .../charconv/charconv.to.chars/integral.pass.cpp | 2 +- test/support/charconv_test_helpers.h | 13 +++++---- www/index.html | 5 ---- 14 files changed, 32 insertions(+), 55 deletions(-) rename lib/{libc++abi.exp => libc++abi.v1.exp} (100%) rename lib/{libc++abi2.exp => libc++abi.v2.exp} (100%) rename lib/{libc++sjlj-abi.exp => libc++sjlj-abi.v1.exp} (100%)