Skip to content

Conversation

@mtrudeau
Copy link
Owner

@mtrudeau mtrudeau commented Feb 1, 2022

The following was previously causing a warning at compile time and a crash at return time because the return value wasn't specified in operator = implementations.

vector v;
v = {1, 2, 3};

The following was previously causing a warning at compile time and a crash at return time because the return value wasn't specified in operator = implementations.

vector<char> v;
v = {1, 2, 3};
@mtrudeau mtrudeau changed the title Update operator = implementation to fix crash. Updated operator = implementation to fix crash. Feb 1, 2022
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