Index: variadic_slot.hpp =================================================================== --- variadic_slot.hpp (revision 86387) +++ variadic_slot.hpp (working copy) @@ -14,7 +14,7 @@ #include #define BOOST_SIGNALS2_SLOT_N_BINDING_CONSTRUCTORS \ - template slot(const BindArgs & ... args) \ + template explicit slot(const BindArgs & ... args) \ { \ init_slot_function(boost::bind(args...)); \ }