This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0365bfa 2016-10-07 Bernd Edlinger bernd.edlinger@hotmail.de new 9fb0e32 Implement std::has_unique_object_representations new fe6660b Improve implementation-defined docs for libstdc++
The 2 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 | 15 +++ libstdc++-v3/doc/xml/manual/status_cxx1998.xml | 18 ++-- libstdc++-v3/doc/xml/manual/status_cxx2011.xml | 80 ++++++++++++++- libstdc++-v3/doc/xml/manual/status_cxx2017.xml | 111 ++++++++++++++++++++- libstdc++-v3/include/std/type_traits | 10 ++ .../requirements/explicit_instantiation.cc | 8 +- .../requirements/typedefs.cc | 10 +- .../has_unique_object_representations/value.cc | 110 ++++++++++++++++++++ 8 files changed, 339 insertions(+), 23 deletions(-) copy libstdc++-v3/testsuite/20_util/{is_callable => has_unique_object_representati [...] copy libstdc++-v3/testsuite/20_util/{is_nothrow_callable => has_unique_object_repr [...] create mode 100644 libstdc++-v3/testsuite/20_util/has_unique_object_representation [...]