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

Explicitly call std::vector assignment operator #70

Merged
merged 6 commits into from
Jan 19, 2021

Conversation

quiasmo
Copy link
Contributor

@quiasmo quiasmo commented Jun 3, 2019

Found and fixed issue with the assignment operator operator for this class, where in a gcc 7.4 compiled program the MidiMessage operator would be called recursively.
Simple fix is to explicitly call the parent class operator.

@craigsapp craigsapp merged commit 64830a4 into craigsapp:master Jan 19, 2021
@craigsapp
Copy link
Owner

Thanks belatedly. That is a long substitution...

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