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

Change first argument of sigc::mem_fun() to reference value *this #902

Merged
merged 1 commit into from Jan 23, 2022

Conversation

ma8ma
Copy link
Collaborator

@ma8ma ma8ma commented Jan 23, 2022

sigc::mem_fun()に渡すthisをポインターから参照(*this)に変更します。
ポインター版のオーバーロードは廃止予定になっています。

`sigc::mem_fun()`に渡す`this`をポインターから参照(`*this`)に変更します。
ポインター版のオーバーロードは廃止予定になっています。
@ma8ma ma8ma added the refactoring コードの整理 (バグ修正でも機能変更でもない) label Jan 23, 2022
@ma8ma ma8ma merged commit d948a78 into JDimproved:master Jan 23, 2022
@ma8ma ma8ma deleted the change-first-arg-sigc-mem_fun branch January 23, 2022 07:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring コードの整理 (バグ修正でも機能変更でもない)
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

1 participant