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

Paolo Carlini <paolo.carlini at oracle dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
   Last reconfirmed|                            |2014-10-01
         Resolution|FIXED                       |---
     Ever confirmed|0                           |1

--- Comment #5 from Paolo Carlini <paolo.carlini at oracle dot com> ---
Let's keep this open until the following also works fine:

template <class T, class... Args> void bar() {
  static_assert(__is_trivially_constructible(T, Args...), "");
}

Reply via email to