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 562d209 commit 3ff8ca0Copy full SHA for 3ff8ca0
sigc++/signal_base.h
@@ -178,7 +178,7 @@ struct SIGC_API signal_impl_exec_holder
178
/** Increments the execution counter of the parent sigc::signal_impl object.
179
* @param sig The parent sigc::signal_impl object.
180
*/
181
- inline signal_impl_exec_holder(signal_impl* sig) noexcept
+ inline explicit signal_impl_exec_holder(signal_impl* sig) noexcept
182
: sig_(sig)
183
{
184
sig_->reference_exec();
0 commit comments