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 5d8423c commit 5ba2da6Copy full SHA for 5ba2da6
sigc++/signal_base.h
@@ -266,7 +266,7 @@ struct SIGC_API signal_impl_holder
266
* @ref sigc::signal_with_accumulator::connect() "sigc::signal::connect()".
267
*/
268
269
-//TODO: When we can break ABI, let signal_base derive from trackable again.
+// TODO: When we can break ABI, let signal_base derive from trackable again.
270
// It does in sigc++2. Otherwise the slot returned from signal::make_slot()
271
// is not automatically disconnected when the signal is deleted.
272
// https://github.com/libsigcplusplus/libsigcplusplus/issues/80
0 commit comments