This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-7-branch in repository gcc.
from ad2840d5e45 2017-09-19 Jerry DeLisle jvdelisle@gcc.gnu.org new fcb39c32d5a PR libstdc++/82254 fix std::is_nothrow_invocable_r w.r.t th [...] new 4a2bf14144a PR libstdc++/82262 fix std::hash<std::optional<const T>>
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 | 25 ++++++ libstdc++-v3/include/std/optional | 12 +-- libstdc++-v3/include/std/type_traits | 25 +++++- .../20_util/is_nothrow_invocable/value.cc | 96 +++++++++++++++++----- .../20_util/is_nothrow_invocable/value_ext.cc | 4 +- libstdc++-v3/testsuite/20_util/optional/hash.cc | 17 +++- 6 files changed, 145 insertions(+), 34 deletions(-)