File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -233,8 +233,6 @@ struct signal_emit
233
233
{
234
234
using self_type = signal_emit<T_return, T_accumulator, T_arg...>;
235
235
using slot_type = slot<T_return(T_arg...)>;
236
- using slot_iterator_buf_type = internal::slot_iterator_buf<self_type, T_return>;
237
- using iterator_type = signal_impl::const_iterator_type;
238
236
239
237
/* * Instantiates the class.
240
238
* The parameters are stored in member variables. operator()() passes
@@ -259,6 +257,8 @@ struct signal_emit
259
257
*/
260
258
static decltype (auto ) emit(signal_impl* impl, type_trait_take_t <T_arg>... a)
261
259
{
260
+ using slot_iterator_buf_type = internal::slot_iterator_buf<self_type, T_return>;
261
+
262
262
T_accumulator accumulator;
263
263
264
264
if (!impl)
You can’t perform that action at this time.
0 commit comments