I have this snippet of code and I keep getting the error "Error: Unexpected '.', while in context=ctxGeneral(1), found at line#624". GCC/Clang both support this with out issue.
Designated initializer is C++ 20 feature. CppParser will support this too. As of now, I am busy refactoring that will improve the object model and APIs. After I am done with that I will add a support for this.
I have this snippet of code and I keep getting the error "Error: Unexpected '.', while in context=ctxGeneral(1), found at line#624". GCC/Clang both support this with out issue.
void processor64::pipe_thread (void) { pipeChannel pipe = {.raw = 0};
}