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

Use copy assignment operator when setting struct fields that have a copy assignment operator #1700

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Nov 25, 2022

  1. generate and use copy assignment operator when setting struct/class v…

    …alue properties
    Fabio Anderegg committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    b53199f View commit details
    Browse the repository at this point in the history
  2. ignore operator= in static classes

    Fabio Anderegg committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    b0778c3 View commit details
    Browse the repository at this point in the history
  3. do not try to call operator= on templated classes

    Fabio Anderegg committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    828c777 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8aeecb8 View commit details
    Browse the repository at this point in the history
  5. always ignore move assignment if there is both copy and move

    Fabio Anderegg committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    3250077 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a5ac3ee View commit details
    Browse the repository at this point in the history