Skip to content
Advertisement

Tag: designated-initializer

Why are designated initializers not implemented in g++

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 later people didn’t care about this issue, or there is some inherent difficulty in implementing designated initializers in the grammar of C++? Answer As I noted in a comment, G++

Advertisement