Designated Initialization in g++

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

 



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@xxxxxxxxxxxxxx 

[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