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

fix(to_cpp1): support initializing assignment from expression list in operator= #680

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

JohelEGP
Copy link
Contributor

@JohelEGP JohelEGP commented Sep 15, 2023

Resolves #679.

Testing summary:

100% tests passed, 0 tests failed out of 818

Total Test time (real) =  48.87 sec

Acknowledgements:

@JohelEGP JohelEGP force-pushed the assign_expression_list branch from 9ace4d9 to 8c76ae9 Compare September 22, 2023 22:20
@JohelEGP JohelEGP changed the title fix(cpp1): support initializing assignment from expression list in operator= fix(to_cpp1): support initializing assignment from expression list in operator= Nov 9, 2023
@JohelEGP JohelEGP force-pushed the assign_expression_list branch from 8c76ae9 to eb7cd63 Compare November 9, 2023 21:53
@hsutter
Copy link
Owner

hsutter commented Oct 31, 2024

Hi! Sorry it took me so long to get to this one... but this is really tactical and looks like it might still be current, modulo the conflict.

Is this up to date (after resolving the merge conflict), and would you like me to review it?

@hsutter hsutter added the question - further information requested Further information is requested label Oct 31, 2024
@JohelEGP JohelEGP force-pushed the assign_expression_list branch from eb7cd63 to 8324e25 Compare October 31, 2024 22:47
@JohelEGP
Copy link
Contributor Author

Yes, and yes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question - further information requested Further information is requested
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Cannot initialise container in the constructor under certain conditions
2 participants