We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de51a87 commit 49a05a0Copy full SHA for 49a05a0
sigc++/functors/slot_base.h
@@ -213,6 +213,10 @@ struct SIGC_API slot_do_unbind
213
* auto sl = sigc::mem_fun(someobj, &SomeClass::somemethod); // Not a slot!
214
* @endcode
215
*
216
+ * If you don't explicitly use a sigc::slot then the slot could call a method
217
+ * on an instance after it has been destroyed even if the method is in a class
218
+ * that derives from sigc::trackable.
219
+ *
220
* @section slots-with-lambdas C++ Lambdas
221
222
* A C++11 lambda expression is a functor (function object). It is automatically
0 commit comments