Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-add missing extern template #1223

Merged
merged 2 commits into from
Feb 13, 2025
Merged

Re-add missing extern template #1223

merged 2 commits into from
Feb 13, 2025

Conversation

DanRStevens
Copy link
Collaborator

Re-add extern template declarations for Point and Rectangle. Add extern template declaration for Vector.

It's not clear these really have much impact on the build output or build times. The methods on these templates are all very simple, and likely get inlined anyway.

Part of:

@DanRStevens DanRStevens merged commit 2fd3f1f into main Feb 13, 2025
8 checks passed
@DanRStevens DanRStevens deleted the fixExternTemplate branch February 13, 2025 18:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant