public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Re: g++ member function .at() for arrays
       [not found] ` <5139AA48.7060903@firstpr.com.au>
@ 2013-03-08  9:13   ` Florian Weimer
  0 siblings, 0 replies; only message in thread
From: Florian Weimer @ 2013-03-08  9:13 UTC (permalink / raw)
  To: Robin Whittle; +Cc: gcc, gcc-help

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-03-08  9:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <5139A463.4050706@firstpr.com.au>
     [not found] ` <5139AA48.7060903@firstpr.com.au>
2013-03-08  9:13   ` g++ member function .at() for arrays Florian Weimer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).