Why are designated initializers not implemented in g++

前端 未结 7 1914
北荒
北荒 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:25

    Accoding to http://gcc.gnu.org/c99status.html designated initializers have been already implemented.

    What version of g++ do you use? (Try g++ -- version)

    0 讨论(0)
提交回复
热议问题