This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from 2d2247d Fix private inheritance in C++03 tuple_size new c3589a8 [NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VIS
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: docs/DesignDocs/VisibilityMacros.rst | 13 +- include/__config | 6 +- include/__debug | 2 +- include/__functional_03 | 8 +- include/__functional_base | 14 +- include/__hash_table | 44 ++-- include/__locale | 16 +- include/__mutex_base | 6 +- include/__nullptr | 2 +- include/__string | 10 +- include/__tree | 38 ++-- include/__tuple | 34 +-- include/any | 10 +- include/array | 6 +- include/bitset | 6 +- include/chrono | 14 +- include/codecvt | 6 +- include/complex | 14 +- include/deque | 12 +- include/experimental/any | 4 +- include/experimental/dynarray | 4 +- include/experimental/memory_resource | 6 +- include/experimental/optional | 2 +- include/experimental/string_view | 4 +- include/experimental/type_traits | 8 +- include/experimental/utility | 2 +- include/ext/__hash | 24 +-- include/ext/hash_map | 26 +-- include/ext/hash_set | 4 +- include/forward_list | 14 +- include/fstream | 8 +- include/functional | 156 +++++++------- include/future | 30 +-- include/initializer_list | 2 +- include/ios | 6 +- include/iosfwd | 40 ++-- include/istream | 8 +- include/iterator | 36 ++-- include/limits | 8 +- include/list | 10 +- include/locale | 32 +-- include/map | 24 +-- include/memory | 58 +++--- include/mutex | 8 +- include/optional | 2 +- include/ostream | 6 +- include/queue | 10 +- include/random | 96 ++++----- include/ratio | 22 +- include/regex | 16 +- include/scoped_allocator | 2 +- include/set | 4 +- include/sstream | 8 +- include/stack | 6 +- include/streambuf | 2 +- include/string | 8 +- include/string_view | 4 +- include/system_error | 12 +- include/thread | 6 +- include/tuple | 6 +- include/type_traits | 388 +++++++++++++++++------------------ include/typeindex | 6 +- include/unordered_map | 26 +-- include/unordered_set | 4 +- include/utility | 12 +- include/valarray | 36 ++-- include/variant | 66 +++--- include/vector | 8 +- src/experimental/memory_resource.cpp | 6 +- 69 files changed, 774 insertions(+), 773 deletions(-)