This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from 262632877 Remove expression '1L + INT_MAX', because it overflows on mac [...] new fa3202c56 Implement deduction guides for forward_list
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/forward_list | 22 +++++ .../forwardlist.cons}/deduct.fail.cpp | 14 +-- .../forwardlist/forwardlist.cons/deduct.pass.cpp | 103 +++++++++++++++++++++ 3 files changed, 132 insertions(+), 7 deletions(-) copy test/std/containers/sequences/{deque/deque.cons => forwardlist/forwardlist.co [...] create mode 100644 test/std/containers/sequences/forwardlist/forwardlist.cons/dedu [...]