This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 670b91563cc * gcc.target/i386/ifcvt-onecmpl-abs-1.c (dg-options): Use [...] new faa382bd356 PR libstdc++/90008 remove unused capture from variant rel ops new 47cf9c4c65d Fix std::visit to support arbitrary callables new 492debfa44e Add comments and style fixes to <variant>
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 | 22 +++ libstdc++-v3/include/std/variant | 155 +++++++++++---------- .../parallel_mode.cc => 20_util/variant/90008.cc} | 22 ++- libstdc++-v3/testsuite/20_util/variant/visit.cc | 95 +++++++++++++ 4 files changed, 219 insertions(+), 75 deletions(-) copy libstdc++-v3/testsuite/{17_intro/headers/c++2017/parallel_mode.cc => 20_util/ [...] create mode 100644 libstdc++-v3/testsuite/20_util/variant/visit.cc