This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ae06106 [gcc] 2016-11-14 Michael Meissner meissner@linux.vnet.ibm.com new ee6c971 Implement P0504R0 (Revisiting in-place tag types for any/opti [...]
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 | 55 ++++++++++++++++++++ libstdc++-v3/include/std/any | 8 +-- libstdc++-v3/include/std/utility | 36 +++++++------- libstdc++-v3/include/std/variant | 34 ++++++------- .../testsuite/20_util/any/cons/explicit.cc | 6 +-- .../testsuite/20_util/any/cons/in_place.cc | 20 ++++---- libstdc++-v3/testsuite/20_util/any/requirements.cc | 12 +++++ .../testsuite/20_util/in_place/requirements.cc | 19 ++++--- libstdc++-v3/testsuite/20_util/variant/compile.cc | 58 +++++++++++----------- libstdc++-v3/testsuite/20_util/variant/run.cc | 12 ++--- 10 files changed, 167 insertions(+), 93 deletions(-)