Cesium
Cesium copied to clipboard
Support complex pointer types
Currently, we don't seem to support complex pointer types in some cases (something like const char const *
or maybe char[]*
, but I'm not sure; investigation is required).
We should fully support these constructs and improve our pointer declaration-related code.
Look for the number 215
in the code to find clues to implement this feature.