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

--- Comment #5 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
And with class templates:

template<typename>
struct S {
  static const int i{1.1};
};

Reply via email to