This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
C++ and C99 designators in array initialization
- From: Andrey Slepuhin <pooh at msu dot ru>
- To: gcc at gnu dot org
- Date: Mon, 27 Jan 2003 13:34:34 +0300
- Subject: C++ and C99 designators in array initialization
Hi,
Are there any specific reasons (other than "nobody implemented this"),
that C++ frontend (at least in gcc-3.2.1) doesn't recognise C99 designators
in initialization even as GNU extension? I know that C++ standard doesn't
contains such feature, but are there any objectives against such extension?
WBR,
Andrey.
--
A right thing should be simple (tm)