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

Remove redundant copy constructor. #160

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

Commits on Feb 22, 2023

  1. Remove redundant copy constructor.

    Since C++11, a user-declared copy constructor deprecates the copy assignment operator.
    
    This change allows clean compilation with the -Wdeprecated-copy/-Wdeprecated-copy-with-user-provided-ctor flag.
    ecatmur committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    8c233a7 View commit details
    Browse the repository at this point in the history