This is an automated email from the git hooks/post-receive script.
git pushed a change to branch master in repository libcxx.
from 14273e8 Cleanup superfluous std:: qualifiers in <type_traits> new fc1962d Reorganize locale extension fallbacks. NFCI
The 1 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: include/support/android/locale_bionic.h | 4 +- include/support/newlib/xlocale.h | 13 +- include/support/xlocale/__posix_l_fallback.h | 165 ++++++++++++++++++++++ include/support/xlocale/__strtonum_fallback.h | 56 ++++++++ include/support/xlocale/xlocale.h | 194 -------------------------- 5 files changed, 225 insertions(+), 207 deletions(-) create mode 100644 include/support/xlocale/__posix_l_fallback.h create mode 100644 include/support/xlocale/__strtonum_fallback.h