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

Root: Change parameters to pass by value #345

Merged
merged 2 commits into from Jun 20, 2020

Commits on Jun 20, 2020

  1. Root: Change parameters to pass by value

    45e0ec4 の修正でメンバ関数の引数を参照渡しに変更しましたが、
    関数内処理の影響で引数の参照値が変化し板移転の処理に支障が
    生じることが分かりました。そのため引数を値渡しに変更することで
    意図しない値の更新を防ぎます。
    ma8ma committed Jun 20, 2020
    Configuration menu
    Copy the full SHA
    44c9e2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a99c595 View commit details
    Browse the repository at this point in the history