On 03/08/2013 10:07 AM, Robin Whittle wrote:
Further to my previous message, the start of my program is:

    int aa1[4] = {0, 1, 2, 3};

This should work:

  std::array<int, 4> aa1 = {0, 1, 2, 3};

Your question is more appropriate for the gcc-help mailing list. I'm redirecting it there.

--
Florian Weimer / Red Hat Product Security Team

Reply via email to