Re: g++ member function .at() for arrays

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux