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

Use class instead of struct everywhere #781

Closed
hollasch opened this issue Oct 29, 2020 · 0 comments
Closed

Use class instead of struct everywhere #781

hollasch opened this issue Oct 29, 2020 · 0 comments
Assignees
Milestone

Comments

@hollasch
Copy link
Collaborator

The distinction between struct and class is C++ trivia, and only very marginally useful. Let's use class exclusively, as it's one less piece of language drag for readers not well-versed in C++.

Currently, this means changing hit_record and scatter_record.

@hollasch hollasch added this to the v4.0.0 milestone Oct 29, 2020
@hollasch hollasch self-assigned this Oct 29, 2020
hollasch added a commit that referenced this issue Nov 3, 2020
@hollasch hollasch closed this as completed Nov 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant