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

Make file_event_handlers an aggregate #2342

Merged
merged 1 commit into from
Apr 15, 2022
Merged

Make file_event_handlers an aggregate #2342

merged 1 commit into from
Apr 15, 2022

Conversation

espkk
Copy link
Contributor

@espkk espkk commented Apr 14, 2022

Just making file_event_handlers an aggregate to allow designated initialization

@gabime
Copy link
Owner

gabime commented Apr 15, 2022

I think std function is nullptr by default, so even this init is not needed.

@espkk
Copy link
Contributor Author

espkk commented Apr 15, 2022

I think std function is nullptr by default, so even this init is not needed.

yes indeed, nullptr_t constructor should be exactly the same. I left it so to keep the original explicit manner
But I agree it maybe makes sense to remove it completely

@gabime
Copy link
Owner

gabime commented Apr 15, 2022

Yes. Please remove it and I will merge.

@espkk
Copy link
Contributor Author

espkk commented Apr 15, 2022

Yes. Please remove it and I will merge.

done already. I think it was a race between my push and my comment here 😆

@gabime gabime merged commit 4ccbb5a into gabime:v1.x Apr 15, 2022
@gabime
Copy link
Owner

gabime commented Apr 15, 2022

Thanks @espkk

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.

2 participants