You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: enhance forward declarations in type_fwd.h (#187)
Enhanced the forward declaration system in `type_fwd.h` to reduce
compilation dependencies and improve build times.
## Changes Made
- Added missing forward declarations for commonly used classes
- Reorganized declarations into logical groups with descriptive comments
- Removed outdated TODO comment regarding (These classes were already
properly declared):
- `StructLike`
- `MetadataUpdate`
- `UpdateRequirement`
- `AppendFiles`
0 commit comments