Hi,
I am curious whether we need to declare single alias in both the header and cpp file separately.
For example using int32 = int;
is included in the header file, then is it necessary to write the same again in the cpp file?
It seems to work even if we don’t write it again. So is it because of coding standards?