... oh well, this is enough:

struct A
{
  int arr[1];

  constexpr A()
  : arr() { }
};

Paolo.

Reply via email to