Does it make any sense to define a new type name as const?

If this is in global scope, use const. Otherwise, do not use const because it is not implemented for local scope yet (unless I missed the memo).

4 Likes