Why are designated initializers not implemented in g++

前端 未结 7 1937
北荒
北荒 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

    It is officially supported in C++20, and is already implemented in g++8.2 (even without the std=c++2a flag).

提交回复
热议问题