This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from 566ba721262 libstdc++: Avoid constraint recursion with iterator_traits [...] new e3eec8a1460 libstdc++: Fix net::basic_socket::close(error_code&)
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: libstdc++-v3/ChangeLog | 25 ++++ libstdc++-v3/include/experimental/executor | 5 +- libstdc++-v3/include/experimental/internet | 4 +- libstdc++-v3/include/experimental/socket | 45 +++++-- .../experimental/net/socket/basic_socket.cc | 129 +++++++++++++++++++++ 5 files changed, 194 insertions(+), 14 deletions(-) create mode 100644 libstdc++-v3/testsuite/experimental/net/socket/basic_socket.cc