This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from 4cf126b50 Make common_type's implementation common new eec31ce77 Fix PR41130 - 'operator/ of std::chrono::duration and custom [...] new b857e811b [libc++] Declare std::tuple_element as struct instead of class
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/__tuple | 17 ++++------ include/array | 5 ++- include/chrono | 38 +++++++--------------- include/span | 3 +- include/tuple | 4 +-- include/utility | 10 +++--- test/std/utilities/time/rep.h | 36 ++++++++++++++++++++ .../time.duration.arithmetic/op_divide=.pass.cpp | 10 ++++++ .../op_mod=duration.pass.cpp | 10 ++++++ .../time.duration.arithmetic/op_mod=rep.pass.cpp | 15 +++++++++ .../time.duration.arithmetic/op_times=.pass.cpp | 10 ++++++ .../time.duration.nonmember/op_divide_rep.pass.cpp | 16 ++++++++- .../time.duration.nonmember/op_mod_rep.pass.cpp | 16 ++++++++- .../time.duration.nonmember/op_times_rep.pass.cpp | 16 +++++++++ .../tuple.helper/tuple.include.array.pass.cpp | 3 +- .../tuple.helper/tuple_element.fail.cpp | 3 +- .../tuple.helper/tuple_element.pass.cpp | 3 +- .../tuple_size_structured_bindings.pass.cpp | 3 +- 18 files changed, 158 insertions(+), 60 deletions(-)