Why are designated initializers not implemented in g++

前端 未结 7 1935
北荒
北荒 2020-12-06 05:41

Is there any specific reason why has support for designated initializers not been added to g++? Is the reason that C99 standards came late and g++ was developed earlier and

7条回答
  •  误落风尘
    2020-12-06 06:01

    C++ does not support this. It will not even be in the C++0x standards it seems: http://groups.google.com/group/comp.std.c++/browse_thread/thread/8b7331b0879045ad?pli=1

    Also, why are you trying to compile the Linux kernel with G++?

提交回复
热议问题