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

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
This works though:

static_assert( std::size( decltype(m_array){} ) == 10 );

Reply via email to