This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from cc1d780 thread: implement sleep_for on Windows new 32b19c3 [libc++] Tolerate presence of __deallocate macro new 678eadd provide Win32 native threading
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/__config | 2 + include/__hash_table | 21 ++- include/__sso_allocator | 4 +- include/__threading_support | 255 ++++++++++++++++++++++++++++++++++- include/__undef___deallocate | 20 --- include/experimental/dynarray | 13 +- include/memory | 5 +- include/module.modulemap | 1 - include/new | 4 +- include/thread | 15 +-- include/valarray | 3 +- src/experimental/memory_resource.cpp | 2 +- 12 files changed, 284 insertions(+), 61 deletions(-) delete mode 100644 include/__undef___deallocate