This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from e6479bc [libc++] Introduce `_LIBCPP_OVERRIDABLE_FUNC_VIS` new 77dabb3 Test changes for P0504R0 "Revisiting in-place tag types for a [...] new 8d33526 Implement P0504R0: Revisiting in-place tag types for any/opti [...] new c0ccadb Remove files missed in r287250
The 3 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/any | 6 +- include/utility | 82 +++++++------------ .../utility.inplace/__is_inplace_tag.pass.cpp | 36 --------- .../any/any.class/any.cons/in_place_type.pass.cpp | 22 +++--- .../any/any.class/any.cons/value.pass.cpp | 12 +-- .../any/any.class/any.modifiers/emplace.pass.cpp | 14 ++-- .../any.cast/any_cast_reference.pass.cpp | 1 - .../utility/utility.inplace/inplace.pass.cpp | 91 ++++++++-------------- 8 files changed, 86 insertions(+), 178 deletions(-) delete mode 100644 test/libcxx/utilities/utility/utility.inplace/__is_inplace_tag. [...]