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 e048258 commit fcdc822Copy full SHA for fcdc822
sigc++/signal.h
@@ -41,7 +41,7 @@ namespace internal
41
* the slot. The return value is buffered, so that in an expression
42
* like @code a = (*i) * (*i); @endcode the slot is executed only once.
43
*/
44
-template<typename T_emitter, typename T_result = typename T_emitter::result_type>
+template<typename T_emitter, typename T_result>
45
struct slot_iterator_buf
46
{
47
using size_type = std::size_t;
0 commit comments