This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from 256425754 Guard against more macros in tchar.h new 018a3d51a [Libc++] Use #pragma push_macro/pop_macro to better handle mi [...]
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/__bit_reference | 8 +- include/__config | 30 +++++ include/__hash_table | 10 +- include/__mutex_base | 8 +- include/__split_buffer | 9 +- include/__std_stream | 8 +- include/__string | 8 +- include/__threading_support | 7 +- include/__tree | 8 +- include/{__undef_min_max => __undef_macros} | 7 +- include/algorithm | 8 +- include/array | 2 + include/bitset | 14 +- include/chrono | 8 +- include/deque | 14 +- include/experimental/algorithm | 9 +- include/experimental/dynarray | 5 + include/experimental/functional | 9 +- include/experimental/memory_resource | 5 + include/experimental/numeric | 6 + include/experimental/optional | 28 ++-- include/experimental/string_view | 5 + include/forward_list | 9 +- include/fstream | 8 +- include/istream | 8 +- include/limits | 17 ++- include/list | 8 +- include/locale | 16 ++- include/memory | 8 +- include/module.modulemap | 2 +- include/mutex | 8 +- include/numeric | 5 + include/optional | 7 +- include/random | 8 +- include/ratio | 8 +- include/regex | 8 +- include/shared_mutex | 8 +- include/sstream | 8 +- include/streambuf | 5 + include/string | 8 +- include/string_view | 7 +- include/thread | 5 + include/valarray | 8 +- include/vector | 8 +- src/condition_variable.cpp | 1 + src/ios.cpp | 1 + src/locale.cpp | 1 + src/mutex.cpp | 1 + src/strstream.cpp | 1 + ...double_include.sh.cpp => min_max_macros.sh.cpp} | 145 +++++++++++++++++++-- 50 files changed, 437 insertions(+), 106 deletions(-) rename include/{__undef_min_max => __undef_macros} (81%) copy test/libcxx/{double_include.sh.cpp => min_max_macros.sh.cpp} (64%)