This patch expands on the various forms of initializers in a proclamator form for C++ source code.
As a small extension, these initializer forms are capable of also representing C99's designated initializers for arrays, which is not ISO C++ but common in practice.
This patch expands on the various forms of initializers in a proclamator form for C++ source code. As a small extension, these initializer forms are capable of also representing C99's designated initializers for arrays, which is not ISO C++ but common in practice.