This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6c7bab70ede Use effective target in Networking TS tests new 322cc423c1f Use autoconf to check for features needed by Networking TS new e02aa93c1ff Fix versioned namespace macros for Networking TS new 79cf7696a4b Rename namespace alias in test to avoid name collision
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: libstdc++-v3/ChangeLog | 58 +++++++ libstdc++-v3/config.h.in | 18 +++ libstdc++-v3/configure | 16 ++ libstdc++-v3/configure.ac | 3 + libstdc++-v3/include/experimental/bits/net.h | 4 +- libstdc++-v3/include/experimental/buffer | 7 +- libstdc++-v3/include/experimental/executor | 7 +- libstdc++-v3/include/experimental/internet | 85 +++++++---- libstdc++-v3/include/experimental/io_context | 18 ++- libstdc++-v3/include/experimental/netfwd | 10 +- libstdc++-v3/include/experimental/socket | 166 +++++++++++++++++++-- libstdc++-v3/include/experimental/timer | 4 +- .../net/internet/address/v4/creation.cc | 24 +-- 13 files changed, 334 insertions(+), 86 deletions(-)