public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Designated Initialization in g++
@ 2004-08-04  0:27 Sauder, Vernon
  0 siblings, 0 replies; only message in thread
From: Sauder, Vernon @ 2004-08-04  0:27 UTC (permalink / raw)
  To: 'gcc-help@gcc.gnu.org'

When is support for Designated Initialization per C99 expected to be
implemented in g++? Is the current aggregate initialization support to be
deprecated at that time?

Example:
struct flock f = { l_type: F_UNLCK, l_len: 0 }; << currently supported
struct flock f = { .l_type = F_UNLCK, .l_len = 0 }; << C99
 
Vernon Sauder
 Office: +1 301.417.1798
 Mobile: +1 240.994.2226
 Email: Vernon.Sauder@spirentcom.com 

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

only message in thread, other threads:[~2004-08-04  0:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-04  0:27 Designated Initialization in g++ Sauder, Vernon

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).