[Bug c++/55992] constexpr static member function not recognised in templated using statement

paolo.carlini at oracle dot com gcc-bugzilla@gcc.gnu.org
Fri Sep 26 16:42:00 GMT 2014


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

--- Comment #4 from Paolo Carlini <paolo.carlini at oracle dot com> ---
An alias declaration seems necessary to trigger the bug, eg doesn't affect:

  template<unsigned P>
  struct my_array : A<pole(P)> { };



More information about the Gcc-bugs mailing list