This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 488dced 2017-04-03 Richard Biener rguenther@suse.de new 0b71441 Implement std::is_aggregate. * include/std/type_traits (is_ag [...]
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 | 9 ++ libstdc++-v3/include/std/type_traits | 20 +++++ .../requirements/explicit_instantiation.cc | 4 +- .../requirements/typedefs.cc | 4 +- .../testsuite/20_util/is_aggregate/value.cc | 96 ++++++++++++++++++++++ 5 files changed, 129 insertions(+), 4 deletions(-) copy libstdc++-v3/testsuite/20_util/{has_unique_object_representations => is_aggre [...] copy libstdc++-v3/testsuite/20_util/{has_unique_object_representations => is_aggre [...] create mode 100644 libstdc++-v3/testsuite/20_util/is_aggregate/value.cc