Forbid mutually dependent composite types #95
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
If two types depend directly on each other (not through a pointer or array), the size of the data type cannot be calculated. Such definitions should be illegal.