This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e6975aec62b /cp 2018-07-02 Paolo Carlini paolo.carlini@oracle.com new ba2dee86000 P0758R1 Implicit conversion traits
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 | 15 ++ libstdc++-v3/include/std/type_traits | 38 ++++- .../requirements/explicit_instantiation.cc | 8 +- .../requirements/typedefs.cc | 10 +- .../20_util/is_nothrow_convertible/value.cc | 177 +++++++++++++++++++++ .../make_signed/requirements/typedefs_neg.cc | 2 +- .../make_unsigned/requirements/typedefs_neg.cc | 2 +- 7 files changed, 238 insertions(+), 14 deletions(-) copy libstdc++-v3/testsuite/20_util/{remove_cvref => is_nothrow_convertible}/requi [...] copy libstdc++-v3/testsuite/20_util/{alignment_of => is_nothrow_convertible}/requi [...] create mode 100644 libstdc++-v3/testsuite/20_util/is_nothrow_convertible/value.cc