This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from 76515a2dc Implement LWG 2591 - Patch from K-Ballo new 41af64afa [libc++] Refactor Windows support headers. new 5f3d5935a Fix bad #endif in msvc_stdlib_force_include.hpp.
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: include/__mutex_base | 1 + include/__threading_support | 1 + include/algorithm | 4 +-- include/ctype.h | 9 ------ include/limits | 4 +-- include/stdio.h | 5 +-- include/stdlib.h | 4 --- .../win32/{limits_win32.h => limits_msvc_win32.h} | 27 ++++++---------- include/support/win32/locale_mgmt_win32.h | 33 ------------------- include/support/win32/locale_win32.h | 32 +++++++++++++------ .../win32/{support.h => msvc_builtin_support.h} | 37 +++++----------------- include/wchar.h | 9 ++++-- src/string.cpp | 5 +-- src/support/runtime/exception_pointer_msvc.ipp | 1 + test/support/msvc_stdlib_force_include.hpp | 13 ++++---- 15 files changed, 65 insertions(+), 120 deletions(-) rename include/support/win32/{limits_win32.h => limits_msvc_win32.h} (80%) delete mode 100644 include/support/win32/locale_mgmt_win32.h rename include/support/win32/{support.h => msvc_builtin_support.h} (84%)