-
Notifications
You must be signed in to change notification settings - Fork 1
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
Dp container copy #19
Conversation
@LeStarch FYI. |
So the |
When there's new FPP code gen, these lines will go away: |
I'm proposing to keep the |
I thought that was just for the underlying |
OK, when I update the FPP code gen I can add a protected operator= in the base class and add a public operator= in the derived class that calls it. I don't want to add a public operator= in the base class -- that's contrary to C++ coding rules. |
Closing in favor of #20. |
Fixes to DP container copying, as discussed. Note that a small change to FPP code gen is required. For now I have hand-coded the workarounds and marked them with TODOs.