https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119635

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |DUPLICATE

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
template <typename T >
struct has_result_type {
private:
    typedef char yes;
    typedef struct { char array[2]; } no;

so a dup of bug 118829.

*** This bug has been marked as a duplicate of bug 118829 ***

Reply via email to